diff --git a/tests/TAP/Running with -t should produce TAP output. b/tests/TAP/Running with -t should produce TAP output. index 32912fa..038ae04 100755 --- a/tests/TAP/Running with -t should produce TAP output. +++ b/tests/TAP/Running with -t should produce TAP output. @@ -1,4 +1,4 @@ tmp=$(mktemp) -../../urchin -t .testsuite/ | sed 1d > $tmp +../../urchin -b -t .testsuite/ | sed 1d > $tmp diff $tmp .expected-output