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

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