]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Remove the useless t/21-good-block.t
authorVincent Pit <vince@profvince.com>
Wed, 21 Jan 2009 21:00:18 +0000 (22:00 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 21 Jan 2009 21:00:18 +0000 (22:00 +0100)
MANIFEST
t/21-good-block.t [deleted file]

index b7296d2cc2c3843a003e41d1d6c947fce37545de..074e4a05f7dbb02ed67c7bd223efd36b59b19884 100644 (file)
--- 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 (file)
index d635f21..0000000
+++ /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');