diff options
Diffstat (limited to 'xt/selenium/user_groups.t')
-rw-r--r-- | xt/selenium/user_groups.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/selenium/user_groups.t b/xt/selenium/user_groups.t index 0e06e95b7..ef907f68c 100644 --- a/xt/selenium/user_groups.t +++ b/xt/selenium/user_groups.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"; |