X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-good.t;h=059785e7e8045ac265274b57d568532e99dacc5c;hb=bafd405521ae7738e87bc51998a43fdc82d3a446;hp=510a0a359e63a9f84a914361e0db3623f0bc2106;hpb=4ca25301481d92802343f764a0ff2f6e3f82e86b;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/20-good.t b/t/20-good.t index 510a0a3..059785e 100644 --- a/t/20-good.t +++ b/t/20-good.t @@ -11,4 +11,5 @@ if ($@) { plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind'; } -1; +plan tests => 1; +fail('bogus failure, don\'t worry');