summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-30 03:47:56 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-30 04:38:36 +0200
commit3a903b41328ba20072570c9fde36b332ea082f03 (patch)
treeb4a9f2825f8020e748581e1bd8e09021a8f7400e /t
parent21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7 (diff)
downloadbugzilla-3a903b41328ba20072570c9fde36b332ea082f03.tar.gz
bugzilla-3a903b41328ba20072570c9fde36b332ea082f03.tar.xz
- Added lib path to t/015remote_ip.t
Diffstat (limited to 't')
-rw-r--r--t/015remote_ip.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/015remote_ip.t b/t/015remote_ip.t
index 70108ea96..a35b887c7 100644
--- a/t/015remote_ip.t
+++ b/t/015remote_ip.t
@@ -9,7 +9,8 @@ use 5.14.0;
use strict;
use warnings;
-use lib qw(. lib t);
+use lib qw(. lib t local/lib/perl5);
+
use Test::More qw(no_plan);
use Bugzilla;
use Bugzilla::Util qw(remote_ip);