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

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