From dc0a030f7196af70da11c51089173bcc6cc44457 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 26 Feb 2016 17:27:56 +0000 Subject: [PATCH] change tests that need series flag to be series --- tests/TAP/Running with -t should produce TAP output. | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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