X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-good.t;h=4c31222b06767d8a8a91cd726a378beaab174002;hb=a7322910d865380e6ca34f5d7d93942e384e7734;hp=510a0a359e63a9f84a914361e0db3623f0bc2106;hpb=c528f9cdb0a0b8f10658b8ed733d81e500de49c3;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/20-good.t b/t/20-good.t index 510a0a3..4c31222 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('shouldn\'t see this');