view tests/test-fflush2.sh @ 13575:34fed8ca014c

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 26 Aug 2010 06:33:40 -0700
parents 1b3e52ed017e
children
line wrap: on
line source

#!/bin/sh

# Execute the test only with seekable input stream.
# The behaviour of fflush() on a non-seekable input stream is undefined.
./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