summaryrefslogtreecommitdiff
path: root/tests/arr3/test.sh
blob: 135a6e0c0d6d27c15e5020500b0ba8cfdfa91716 (plain)
1
2
3
#!/bin/sh
./arr3.bin > got || exit 1
diff got expected || exit 1