]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/10-good.t
Enable the 'diag' option in tests
[perl/modules/Test-Valgrind.git] / t / 10-good.t
index 3552113d8e590eada9c0d4cb34a805665d8c05b3..0d5696759d2c944fe892aff9dc40e9f60c84c960 100644 (file)
@@ -9,7 +9,7 @@ use lib 't/lib';
 
 eval {
  require Test::Valgrind;
- Test::Valgrind->import;
+ Test::Valgrind->import(diag => 1);
 };
 if ($@) {
  diag $@;
@@ -24,4 +24,4 @@ if ($@) {
 }
 
 plan tests => 1;
-fail 'should not be seen';
+fail 'dummy test in the child, should not interfere with the actual TAP stream';