diff options
Diffstat (limited to '')
-rwxr-xr-x | gnulib-tests/test-ftell.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnulib-tests/test-ftell.sh b/gnulib-tests/test-ftell.sh new file mode 100755 index 0000000..5c27808 --- /dev/null +++ b/gnulib-tests/test-ftell.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +${CHECKER} ./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1 +echo hi | ${CHECKER} ./test-ftell${EXEEXT} || exit 1 +exit 0 |