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

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