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

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