Commit 5ff4aa6b authored by Julius Plenz's avatar Julius Plenz

Correct testlib output

(Otherwise `prove` would complain about “out of sequence” tests.)
parent 7a2e24ef
...@@ -3,6 +3,6 @@ t() { ...@@ -3,6 +3,6 @@ t() {
if eval "$1"; then if eval "$1"; then
echo "ok $NR - $2" echo "ok $NR - $2"
else else
echo "not okay $NR - $2" echo "not ok $NR - $2"
fi fi
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment