urchin/tests.old/TAP/Running with -t should produce TAP output.
2016-02-28 18:24:14 +00:00

5 lines
86 B
Plaintext
Executable File

tmp=$(mktemp)
../../urchin -t .testsuite/ | sed 1d > $tmp
diff $tmp .expected-output