]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/20-good.t
More explicit error message for bogus failures
[perl/modules/Test-Valgrind.git] / t / 20-good.t
index 510a0a359e63a9f84a914361e0db3623f0bc2106..059785e7e8045ac265274b57d568532e99dacc5c 100644 (file)
@@ -11,4 +11,5 @@ if ($@) {
  plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind';
 }
 
-1;
+plan tests => 1;
+fail('bogus failure, don\'t worry');