]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/01-import.t
Output what we got when t/30-bad.t fails
[perl/modules/Test-Valgrind.git] / t / 01-import.t
index 8a40f8a1b5ed803afc0eba1760b778b33b1cdfc6..26733da5a9206bc3cba68e0797027b1f20ca3a8c 100644 (file)
@@ -3,11 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 2;
 
+use lib qw{blib/archpub};
 require Test::Valgrind::Suppressions;
 
-for (qw/supppath/) {
+for (qw/supp_path VG_PATH/) {
  eval { Test::Valgrind::Suppressions->import($_) };
  ok(!$@, 'import ' . $_);
 }