From 7f6fea0b2417d718aa614f19abdae8b629463bb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 24 Aug 2016 17:23:30 -0400 Subject: - Updated CI docker images and test suite to work with new perl deps location --- xt/webservice/bug_add_attachment.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/webservice/bug_add_attachment.t') diff --git a/xt/webservice/bug_add_attachment.t b/xt/webservice/bug_add_attachment.t index 7a5aeeaa2..3d5148062 100644 --- a/xt/webservice/bug_add_attachment.t +++ b/xt/webservice/bug_add_attachment.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 MIME::Base64 qw(encode_base64 decode_base64); -- cgit v1.2.3-24-g4f1b