X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-ftello.sh;h=33d2e838dbc04637b498dcba0535959a390f25d7;hb=a8c2b3083dcaff29eb1c34e1901fae3f7858d3aa;hp=8774c6e09a33e39c2648d8d1e2c8408892aeb600;hpb=cec93e99d19f54c8f310b8290bab9014891530e3;p=gnulib.git diff --git a/tests/test-ftello.sh b/tests/test-ftello.sh index 8774c6e09..33d2e838d 100755 --- a/tests/test-ftello.sh +++ b/tests/test-ftello.sh @@ -1,3 +1,5 @@ #!/bin/sh -./test-ftello${EXEEXT} < "$srcdir/test-ftello.sh" +./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1 +echo hi | ./test-ftello${EXEEXT} || exit 1 +exit 0