summaryrefslogtreecommitdiffstats
path: root/xt/webservice/bug_add_attachment.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/bug_add_attachment.t')
-rw-r--r--xt/webservice/bug_add_attachment.t2
1 files changed, 1 insertions, 1 deletions
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);