Imported Upstream version 1.4.19
[platform/upstream/m4.git] / tests / test-ftello.sh
1 #!/bin/sh
2
3 ${CHECKER} ./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1
4 echo hi | ${CHECKER} ./test-ftello${EXEEXT} || exit 1
5 exit 0