summaryrefslogtreecommitdiffstats
path: root/xt/webservice/product_create.t
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
commit7f6fea0b2417d718aa614f19abdae8b629463bb1 (patch)
tree229a67a815dfbf6ca263af4d8b499f87e9db95a6 /xt/webservice/product_create.t
parent0ee74224619e84abe3c4004fc8f756442574c3d9 (diff)
downloadbugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.gz
bugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.xz
- Updated CI docker images and test suite to work with new perl deps location
Diffstat (limited to 'xt/webservice/product_create.t')
-rw-r--r--xt/webservice/product_create.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/product_create.t b/xt/webservice/product_create.t
index b74e9b474..273c817be 100644
--- a/xt/webservice/product_create.t
+++ b/xt/webservice/product_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 Test::More tests => 121;
use QA::Util;