fix test-poll compilation failure on Cygwin
[gnulib.git] / tests / test-fflush2.sh
1 #!/bin/sh
2
3 # Execute the test only with seekable input stream.
4 # The behaviour of fflush() on a non-seekable input stream is undefined.
5 ./test-fflush2${EXEEXT} < "$srcdir/test-fflush2.sh" || exit $?
6 #cat "$srcdir/test-fflush2.sh" | ./test-fflush2${EXEEXT} || exit $?
7
8 exit 0