5 lines
176 B
Bash
Executable file
5 lines
176 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${CHECKER} ./test-freadptr${EXEEXT} 5 < "$srcdir/test-freadptr.sh" || exit 1
|
|
cat "$srcdir/test-freadptr.sh" | ${CHECKER} ./test-freadptr${EXEEXT} 5 || exit 1
|
|
exit 0
|