view tests/test-fseek.sh @ 8886:b828a58c6933

Tests for module 'fseek'.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 May 2007 15:07:41 +0000
parents
children
line wrap: on
line source

#!/bin/sh

./test-fseek${EXEEXT} 1 < "$srcdir/test-fseek.sh" || exit 1
echo hi | ./test-fseek${EXEEXT} || exit 1
exit 0