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