urchin/tests/TAP/Running with -t should produce TAP output.

5 lines
86 B
Plaintext
Raw Normal View History

2016-01-28 09:51:43 -05:00
tmp=$(mktemp)
../../urchin -t .testsuite/ | sed 1d > $tmp
diff $tmp .expected-output