From 6b8e777c98b95e6952337c0671e40ff8f962f7dc Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 4 Feb 2020 18:16:46 -0500 Subject: new test: nms --- tests/arr2/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/arr2') diff --git a/tests/arr2/test.sh b/tests/arr2/test.sh index c6ffb01..0c1a5b7 100755 --- a/tests/arr2/test.sh +++ b/tests/arr2/test.sh @@ -1,3 +1,3 @@ #!/bin/sh ./arr2.bin > got || exit 1 -diff got expected > /dev/null || exit 1 +diff got expected || exit 1 -- cgit v1.2.3