From: Vincent Pit Date: Sun, 28 Sep 2008 13:08:41 +0000 (+0200) Subject: More explicit error message for bogus failures X-Git-Tag: v0.07~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=2531f38c39b06d629f290eca22f08f39d7d32d06 More explicit error message for bogus failures --- diff --git a/t/20-good.t b/t/20-good.t index 4c31222..059785e 100644 --- a/t/20-good.t +++ b/t/20-good.t @@ -12,4 +12,4 @@ if ($@) { } plan tests => 1; -fail('shouldn\'t see this'); +fail('bogus failure, don\'t worry'); diff --git a/t/21-good-block.t b/t/21-good-block.t index 22d3c47..d635f21 100644 --- a/t/21-good-block.t +++ b/t/21-good-block.t @@ -12,4 +12,4 @@ if ($@) { } plan tests => 1; -fail('shouldn\'t see this'); +fail('bogus failure, don\'t worry');