Tests for module 'ftell'.
[gnulib.git] / tests / test-ftell.sh
diff --git a/tests/test-ftell.sh b/tests/test-ftell.sh
new file mode 100755 (executable)
index 0000000..bf55d2e
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
+echo hi | ./test-ftell${EXEEXT} || exit 1
+exit 0