]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/01-import.t
This is 1.00
[perl/modules/Test-Valgrind.git] / t / 01-import.t
diff --git a/t/01-import.t b/t/01-import.t
deleted file mode 100644 (file)
index 26733da..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-
-use Test::More tests => 2;
-
-use lib qw{blib/archpub};
-require Test::Valgrind::Suppressions;
-
-for (qw/supp_path VG_PATH/) {
- eval { Test::Valgrind::Suppressions->import($_) };
- ok(!$@, 'import ' . $_);
-}