summaryrefslogtreecommitdiffstats
path: root/xt/rest
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/rest
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/rest')
-rw-r--r--xt/rest/bugzilla.t2
-rw-r--r--xt/rest/classification.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/xt/rest/bugzilla.t b/xt/rest/bugzilla.t
index b7fd39664..9878c1ce8 100644
--- a/xt/rest/bugzilla.t
+++ b/xt/rest/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;
use QA::REST;
diff --git a/xt/rest/classification.t b/xt/rest/classification.t
index bcf0d7edb..ed10abbc3 100644
--- a/xt/rest/classification.t
+++ b/xt/rest/classification.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 => 7;
use QA::REST;