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/rest/bugzilla.t | 2 +- xt/rest/classification.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xt/rest') 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; -- cgit v1.2.3-24-g4f1b