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

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