getopt, argp: Respect rules for use of AC_LIBOBJ.
[pspp] / tests / test-ftello.sh
index 8774c6e09a33e39c2648d8d1e2c8408892aeb600..33d2e838dbc04637b498dcba0535959a390f25d7 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-./test-ftello${EXEEXT} < "$srcdir/test-ftello.sh"
+./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1
+echo hi | ./test-ftello${EXEEXT} || exit 1
+exit 0