]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/21-good-block.t
Capture STDOUT so that its output doesn't mix with our test results
[perl/modules/Test-Valgrind.git] / t / 21-good-block.t
index 272ea53fd04770dc6a0992df7c95ff538bdf3592..22d3c47b3e2f65a52acf750bcb04a66d790f939a 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('shouldn\'t see this');