From fbe825e4b3211cb866d5be1940cf5886d194c948 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 6 Mar 2016 10:27:15 +0000 Subject: [PATCH] specify color and verbose in color test --- tests/Flags/Urchin format with --color | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Flags/Urchin format with --color b/tests/Flags/Urchin format with --color index f71c7fe..e9ff028 100755 --- a/tests/Flags/Urchin format with --color +++ b/tests/Flags/Urchin format with --color @@ -1,3 +1,3 @@ -$TEST_SHELL ../../urchin --color -s sh .testsuite/ | +$TEST_SHELL ../../urchin --color --verbose --shell sh .testsuite/ | sed -e 1d -e 's/. seconds\?/1 second/' > $tmp -diff $tmp .urchin-output-expectation +diff $tmp .urchin-output-expectation-color