From 3f1dc3fe54b32b56471a3e964b840b9b46ae7e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 18 May 2018 20:31:31 +0200 Subject: Add bootstrap + bootstrap.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- gl/tests/test-binary-io.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 gl/tests/test-binary-io.sh (limited to 'gl/tests/test-binary-io.sh') diff --git a/gl/tests/test-binary-io.sh b/gl/tests/test-binary-io.sh deleted file mode 100755 index c4dd6e9295..0000000000 --- a/gl/tests/test-binary-io.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -tmpfiles="" -trap 'rm -fr $tmpfiles' 1 2 3 15 - -tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp t-bin-out2.tmp" -./test-binary-io${EXEEXT} 1 > t-bin-out1.tmp || exit 1 -cmp t-bin-out0.tmp t-bin-out1.tmp > /dev/null || exit 1 -./test-binary-io${EXEEXT} 2 > t-bin-out2.tmp || exit 1 -cmp t-bin-out0.tmp t-bin-out2.tmp > /dev/null || exit 1 - -rm -fr $tmpfiles - -exit 0 -- cgit v1.2.1