X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=cb0938f7ae33efa1049fbf0e3685549c913566c8;hb=8e236cf7f5ac06829edb65527fcdf12716ecd159;hp=8a40f8a1b5ed803afc0eba1760b778b33b1cdfc6;hpb=41a4b907f4846f2d35b170f517fb83ceb13f298c;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/01-import.t b/t/01-import.t index 8a40f8a..cb0938f 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; require Test::Valgrind::Suppressions; -for (qw/supppath/) { +for (qw/supp_path VG_PATH/) { eval { Test::Valgrind::Suppressions->import($_) }; ok(!$@, 'import ' . $_); }