More TAPification.
This commit is contained in:
parent
f5d15ab1f2
commit
9758883ea2
2 changed files with 37 additions and 20 deletions
5
tests/outcheck.sh
Executable file
5
tests/outcheck.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/sh
|
||||
case $? in
|
||||
0) echo "ok - $1 succeeded";;
|
||||
*) echo "not ok - $1 failed";;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue