summaryrefslogtreecommitdiff
path: root/tests/arr
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-24 22:50:50 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-24 22:50:50 -0500
commita8e52c1e13a6cea5cf4197393002c0da206a99d4 (patch)
treeea2f0d314e6d92dd71649de99020cb24bef9bc73 /tests/arr
parent56464a272cac9e3dfa7d4c702faa23155b3d0134 (diff)
fixed return declarations
Diffstat (limited to 'tests/arr')
-rwxr-xr-xtests/arr/test.sh2
1 files changed, 1 insertions, 1 deletions
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