summaryrefslogtreecommitdiffstats
path: root/xt/webservice/bug_attachments.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/bug_attachments.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/bug_attachments.t')
-rw-r--r--xt/webservice/bug_attachments.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_attachments.t b/xt/webservice/bug_attachments.t
index 50e366635..2150a0ff8 100644
--- a/xt/webservice/bug_attachments.t
+++ b/xt/webservice/bug_attachments.t
@@ -10,7 +10,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 PRIVATE_BUG_USER);