summaryrefslogtreecommitdiff
path: root/tests/test-fseek.sh
blob: 4ad3fda44747570ccfa7e78d05d615d826aa375e (plain)
1
2
3
4
5
#!/bin/sh

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