]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/01-import.t
Importing Test-Valgrind-0.02.tar.gz
[perl/modules/Test-Valgrind.git] / t / 01-import.t
index 8a40f8a1b5ed803afc0eba1760b778b33b1cdfc6..cb0938f7ae33efa1049fbf0e3685549c913566c8 100644 (file)
@@ -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 ' . $_);
 }