]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/20-good.t
Capture STDOUT so that its output doesn't mix with our test results
[perl/modules/Test-Valgrind.git] / t / 20-good.t
index d13977d91f3886eb25f9295932b942a6d86d7399..4c31222b06767d8a8a91cd726a378beaab174002 100644 (file)
@@ -6,6 +6,10 @@ use warnings;
 use Test::More;
 use lib qw{blib/archpub};
 eval 'use Test::Valgrind';
-plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@;
+if ($@) {
+ diag $@;
+ plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind';
+}
 
-1;
+plan tests => 1;
+fail('shouldn\'t see this');