From a8e52c1e13a6cea5cf4197393002c0da206a99d4 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 24 Jan 2020 22:50:50 -0500 Subject: fixed return declarations --- tests/arr/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/arr') diff --git a/tests/arr/test.sh b/tests/arr/test.sh index 4977e56..d50fb1a 100755 --- a/tests/arr/test.sh +++ b/tests/arr/test.sh @@ -1,3 +1,3 @@ #!/bin/sh ./arr.bin > got || exit 1 -diff got expected > /dev/null || exit 1 +diff got expected || exit 1 -- cgit v1.2.3