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