diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-02-04 18:16:46 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-02-04 18:16:46 -0500 |
commit | 6b8e777c98b95e6952337c0671e40ff8f962f7dc (patch) | |
tree | 6460856493e40e0e6b4d844673fc5e0fdd601e61 /tests/arr2 | |
parent | fa91b896505f2c35e35ddcb7b1fb61bf0eb6f815 (diff) |
new test: nms
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 |