diff options
Diffstat (limited to 'lib/gl/tests/test-binary-io.sh')
-rwxr-xr-x | lib/gl/tests/test-binary-io.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/gl/tests/test-binary-io.sh b/lib/gl/tests/test-binary-io.sh deleted file mode 100755 index 33e128c309..0000000000 --- a/lib/gl/tests/test-binary-io.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -tmpfiles="" -trap 'rm -fr $tmpfiles' 1 2 3 15 - -tmpfiles="$tmpfiles t-bin-out1.tmp t-bin-out2.tmp" -./test-binary-io${EXEEXT} > t-bin-out1.tmp || exit 1 - -rm -fr $tmpfiles - -exit 0 |