From 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:33:12 +0200 Subject: Adding upstream version 3.7.9. Signed-off-by: Daniel Baumann --- src/gl/tests/test-ftello.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 src/gl/tests/test-ftello.sh (limited to 'src/gl/tests/test-ftello.sh') diff --git a/src/gl/tests/test-ftello.sh b/src/gl/tests/test-ftello.sh new file mode 100755 index 0000000..e8db061 --- /dev/null +++ b/src/gl/tests/test-ftello.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +${CHECKER} ./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1 +echo hi | ${CHECKER} ./test-ftello${EXEEXT} || exit 1 +exit 0 -- cgit v1.2.3