diff options
Diffstat (limited to 'tests/arr2')
-rwxr-xr-x | tests/arr2/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |