From 01470b9533530d0429ce89b6ff7bab4f67b64d15 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 30 Dec 2020 01:51:23 +0100 Subject: Don't use "use lib 'lib'" to allow as-installed testing Forwarded: not-needed Reviewed-by: gregor herrmann Last-Update: 2020-12-30 Gbp-Pq: Name dont-use-use-lib-lib.patch --- t/local.t | 3 --- 1 file changed, 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; -- cgit v1.2.3