urchin/tests/TAP/Running with -t should produce TAP output.
Thomas Levine e364d40f3a TAP test
2016-01-28 15:23:14 +00:00

5 lines
86 B
Plaintext
Executable File

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