X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-fflush2.sh;h=ef77fa485ee8107c1eb96503616286a8ab3d0262;hb=8c9454a6afb414b702a39ebec3b795ad673427fd;hp=5c3fc979a66784f6d699c0991c62cf8b15ce8ce5;hpb=17ac7cc5ca708d0b1a0fe8842d2699821d1c0a9a;p=pspp diff --git a/tests/test-fflush2.sh b/tests/test-fflush2.sh index 5c3fc979a6..ef77fa485e 100755 --- a/tests/test-fflush2.sh +++ b/tests/test-fflush2.sh @@ -2,7 +2,8 @@ # Execute the test only with seekable input stream. # The behaviour of fflush() on a non-seekable input stream is undefined. -./test-fflush2${EXEEXT} < "$srcdir/test-fflush2.sh" || exit $? +./test-fflush2${EXEEXT} 1 < "$srcdir/test-fflush2.sh" || exit $? +./test-fflush2${EXEEXT} 2 < "$srcdir/test-fflush2.sh" || exit $? #cat "$srcdir/test-fflush2.sh" | ./test-fflush2${EXEEXT} || exit $? exit 0