X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-good.t;h=d13977d91f3886eb25f9295932b942a6d86d7399;hb=8d66aa098b18f8c9724b12bf446d330905122c57;hp=781bf385df45e51280821c700820c92e31fbcbf1;hpb=4c46bbd0856ded38b0cefbabc61dc53b85025d42;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/20-good.t b/t/20-good.t index 781bf38..d13977d 100644 --- a/t/20-good.t +++ b/t/20-good.t @@ -4,7 +4,8 @@ use strict; use warnings; use Test::More; -eval 'use Test::Valgrind'; # diag => 1'; +use lib qw{blib/archpub}; +eval 'use Test::Valgrind'; plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@; 1;