X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-good-block.t;fp=t%2F21-good-block.t;h=0000000000000000000000000000000000000000;hb=512c7438e8b1ccff333f320682534f671b31ceed;hp=d635f213e77f4ec0a80d021ff01ba71dfcdd09ae;hpb=aa1ba53f7e77b33463557fef07603e5b0881f56c;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/21-good-block.t b/t/21-good-block.t deleted file mode 100644 index d635f21..0000000 --- a/t/21-good-block.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');