autoupdate
[pspp] / tests / test-fseeko.sh
index d6310c7b9f80190c1fd0aa3c272c2705e3b61dbb..5c558272cbdf16c44cd75d158cd32906071880a8 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-./test-fseeko${EXEEXT} < "$srcdir/test-fseeko.sh"
+./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1
+echo hi | ./test-fseeko${EXEEXT} || exit 1
+exit 0