]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/21-good-block.t
Remove the useless t/21-good-block.t
[perl/modules/Test-Valgrind.git] / t / 21-good-block.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');