More TAPification.

This commit is contained in:
Eric S. Raymond 2023-03-16 08:51:57 -04:00
parent f5d15ab1f2
commit 9758883ea2
2 changed files with 37 additions and 20 deletions

5
tests/outcheck.sh Executable file
View file

@ -0,0 +1,5 @@
#! /bin/sh
case $? in
0) echo "ok - $1 succeeded";;
*) echo "not ok - $1 failed";;
esac