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/selenium/user_privs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/selenium/user_privs.t') diff --git a/xt/selenium/user_privs.t b/xt/selenium/user_privs.t index e8ca54205..158d2649f 100644 --- a/xt/selenium/user_privs.t +++ b/xt/selenium/user_privs.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 Test::More "no_plan"; -- cgit v1.2.3-24-g4f1b