summaryrefslogtreecommitdiff
path: root/tests/arr2/test.sh
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-15 17:38:12 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-15 17:38:12 -0500
commit388723942772aba7431cb80f106bf783c0145bf3 (patch)
tree722b2acee6dd5bfe6bc4f5dccfb0e76c5609b879 /tests/arr2/test.sh
parent054fec911b18dc0c8ec0180858b0bd00f60be90b (diff)
got everything working for new test: arr2
Diffstat (limited to 'tests/arr2/test.sh')
-rwxr-xr-xtests/arr2/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arr2/test.sh b/tests/arr2/test.sh
new file mode 100755
index 0000000..c6ffb01
--- /dev/null
+++ b/tests/arr2/test.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+./arr2.bin > got || exit 1
+diff got expected > /dev/null || exit 1