summaryrefslogtreecommitdiffstats
path: root/xt/webservice/bugzilla.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/bugzilla.t')
-rw-r--r--xt/webservice/bugzilla.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bugzilla.t b/xt/webservice/bugzilla.t
index 53c994c2f..594d5e66b 100644
--- a/xt/webservice/bugzilla.t
+++ b/xt/webservice/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 * 3;
use QA::Util;