1#!/bin/sh
2
3./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1
4echo hi | ./test-ftello${EXEEXT} || exit 1
5exit 0
6