diff options
author | Guillem Jover <guillem@debian.org> | 2015-01-18 02:07:01 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-01-28 20:50:32 +0100 |
commit | 106b0a0b3f818293cc5cb2bb567ec687a4254b33 (patch) | |
tree | 213755e79901dedbaa752b2984e450bd8dd1bcfa /scripts/t/Dpkg_Vendor.t | |
parent | b815aaeb6f28ee7027ea2a1c66262efa17d706a6 (diff) | |
download | dpkg-106b0a0b3f818293cc5cb2bb567ec687a4254b33.tar.gz |
scripts: Remove unused «use Dpkg»
Diffstat (limited to 'scripts/t/Dpkg_Vendor.t')
-rw-r--r-- | scripts/t/Dpkg_Vendor.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/t/Dpkg_Vendor.t b/scripts/t/Dpkg_Vendor.t index aa1551904..aac460edd 100644 --- a/scripts/t/Dpkg_Vendor.t +++ b/scripts/t/Dpkg_Vendor.t @@ -18,7 +18,6 @@ use warnings; use Test::More tests => 6; -use Dpkg; use_ok('Dpkg::Vendor', qw(get_vendor_dir get_current_vendor get_vendor_object)); is(get_vendor_dir(), $ENV{DPKG_ORIGINS_DIR}, 'Check vendor dir'); |