summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@debian.org>2020-12-30 01:51:23 +0100
committergregor herrmann <gregoa@debian.org>2020-12-30 01:51:23 +0100
commit01470b9533530d0429ce89b6ff7bab4f67b64d15 (patch)
treeb4ea816c3559a4a419b077109d9077c262a76b9b
parent091f082609c93fdd9368c77aa81b99303f12499c (diff)
Don't use "use lib 'lib'" to allow as-installed testingHEADarchive/debian/1.5-2master
Forwarded: not-needed Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2020-12-30 Gbp-Pq: Name dont-use-use-lib-lib.patch
-rwxr-xr-xt/local.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/local.t b/t/local.t
index 63371de..0be2ef7 100755
--- a/t/local.t
+++ b/t/local.t
@@ -2,9 +2,6 @@
use strict;
use Test;
-use lib '../lib';
-use lib 'lib';
-
BEGIN { plan tests => 1 }
use Sys::Hostname::Long;