X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F20-good.t;fp=t%2F20-good.t;h=0000000000000000000000000000000000000000;hb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;hp=059785e7e8045ac265274b57d568532e99dacc5c;hpb=c28e54f56f6f36e3d6364b1cd07048bb288aa9d7;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/20-good.t b/t/20-good.t deleted file mode 100644 index 059785e..0000000 --- a/t/20-good.t +++ /dev/null @@ -1,15 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; -use lib qw{blib/archpub}; -eval 'use Test::Valgrind'; -if ($@) { - diag $@; - plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind'; -} - -plan tests => 1; -fail('bogus failure, don\'t worry');