summaryrefslogtreecommitdiffstats
path: root/qa/t/webservice_bugzilla.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/webservice_bugzilla.t')
-rw-r--r--qa/t/webservice_bugzilla.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/webservice_bugzilla.t b/qa/t/webservice_bugzilla.t
index fef57cca1..6d40e3088 100644
--- a/qa/t/webservice_bugzilla.t
+++ b/qa/t/webservice_bugzilla.t
@@ -11,7 +11,7 @@
use strict;
use warnings;
-use lib qw(lib);
+use lib qw(lib ../../lib ../../local/lib/perl5);
use Test::More tests => 11 * 3;
use QA::Util;
my ($config, @clients) = get_rpc_clients();