]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/20-good.t
This is 1.00
[perl/modules/Test-Valgrind.git] / t / 20-good.t
diff --git a/t/20-good.t b/t/20-good.t
deleted file mode 100644 (file)
index 059785e..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');