summaryrefslogtreecommitdiffstats
path: root/xt/webservice/bug_history.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/bug_history.t')
-rw-r--r--xt/webservice/bug_history.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_history.t b/xt/webservice/bug_history.t
index de1e8339c..73142ed3a 100644
--- a/xt/webservice/bug_history.t
+++ b/xt/webservice/bug_history.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 QA::Util;
use QA::Tests qw(STANDARD_BUG_TESTS);