summaryrefslogtreecommitdiffstats
path: root/xt/rest/bugzilla.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/rest/bugzilla.t')
-rw-r--r--xt/rest/bugzilla.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/rest/bugzilla.t b/xt/rest/bugzilla.t
index b7fd39664..9878c1ce8 100644
--- a/xt/rest/bugzilla.t
+++ b/xt/rest/bugzilla.t
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
-use lib "$RealBin/../lib";
+use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5";
use Test::More tests => 11;
use QA::REST;