From: Vincent Pit Date: Wed, 21 Jan 2009 21:00:18 +0000 (+0100) Subject: Remove the useless t/21-good-block.t X-Git-Tag: v0.08~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=512c7438e8b1ccff333f320682534f671b31ceed Remove the useless t/21-good-block.t --- diff --git a/MANIFEST b/MANIFEST index b7296d2..074e4a0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -15,7 +15,6 @@ t/00-load.t t/01-import.t t/10-suppressions.t t/20-good.t -t/21-good-block.t t/30-bad.t t/90-boilerplate.t t/91-pod.t 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');