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

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