summaryrefslogtreecommitdiffstats
path: root/xt/webservice/bug_create.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/bug_create.t')
-rw-r--r--xt/webservice/bug_create.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_create.t b/xt/webservice/bug_create.t
index 18751b50f..e8a0d60a4 100644
--- a/xt/webservice/bug_create.t
+++ b/xt/webservice/bug_create.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 Storable qw(dclone);
use Test::More tests => 293;