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