X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=t%2F10-good.t;fp=t%2F20-good.t;h=2534e5161f2ad4d16336bc8ae769f7804c1c3268;hp=059785e7e8045ac265274b57d568532e99dacc5c;hb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;hpb=c28e54f56f6f36e3d6364b1cd07048bb288aa9d7 diff --git a/t/20-good.t b/t/10-good.t similarity index 65% rename from t/20-good.t rename to t/10-good.t index 059785e..2534e51 100644 --- a/t/20-good.t +++ b/t/10-good.t @@ -4,12 +4,19 @@ use strict; use warnings; use Test::More; -use lib qw{blib/archpub}; + +use lib 't/lib'; eval 'use Test::Valgrind'; if ($@) { diag $@; plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind'; } +{ + package Test::Valgrind::Test::Fake; + + use base qw/strict/; +} + plan tests => 1; -fail('bogus failure, don\'t worry'); +fail 'should not be seen';