diff options
Diffstat (limited to 'gnulib-tests/test-ftello4.sh')
-rwxr-xr-x | gnulib-tests/test-ftello4.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnulib-tests/test-ftello4.sh b/gnulib-tests/test-ftello4.sh new file mode 100755 index 0000000..f7ff149 --- /dev/null +++ b/gnulib-tests/test-ftello4.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +${CHECKER} ./test-ftello4${EXEEXT} "$srcdir/test-ftello4.sh" || exit 1 + +exit 0 |