5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${CHECKER} ./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
|
|
echo hi | ${CHECKER} ./test-ftell${EXEEXT} || exit 1
|
|
exit 0
|