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

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