From 8a74520173c42ae42e3cfdf3af80f970e3e77667 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 18 Dec 2015 00:56:49 +0100 Subject: Set the proper @INC for install.t and remove.t --- t/install.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/install.t') diff --git a/t/install.t b/t/install.t index b7bd69f..6e56151 100755 --- a/t/install.t +++ b/t/install.t @@ -7,6 +7,7 @@ use Test::More; use Capture::Tiny qw/ capture_merged /; use FindBin '$RealBin'; use lib $RealBin; +use lib "$RealBin/../SBO-Lib/lib"; use Test::Execute; if ($ENV{TEST_INSTALL}) { -- cgit v1.2.3