]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- Added lib path to t/015remote_ip.t
authorDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 01:47:56 +0000 (01:47 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 02:38:36 +0000 (22:38 -0400)
t/015remote_ip.t

index 70108ea96e671b120bdfcfc13f788584a7df1422..a35b887c78137bc414aa00ef799a2bdd85a9872e 100644 (file)
@@ -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);