X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F10-good.t;h=fee58e3ef39e653998a5ed1ebbbd2388f3c16237;hb=HEAD;hp=3552113d8e590eada9c0d4cb34a805665d8c05b3;hpb=d6ed05d0b24cd8815039e731d4b9ea69787f994e;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/10-good.t b/t/10-good.t index 3552113..fee58e3 100644 --- a/t/10-good.t +++ b/t/10-good.t @@ -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';