aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-18 00:56:49 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-23 16:21:02 +0100
commit8a74520173c42ae42e3cfdf3af80f970e3e77667 (patch)
tree450979e10c395c2a5a70b36cb39251486933fbad
parentd905715572014dd6bd0b5998750d756ab0bfd03c (diff)
downloadsbotools2-8a74520173c42ae42e3cfdf3af80f970e3e77667.tar.xz
Set the proper @INC for install.t and remove.t
-rwxr-xr-xt/install.t1
-rwxr-xr-xt/remove.t1
2 files changed, 2 insertions, 0 deletions
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}) {
diff --git a/t/remove.t b/t/remove.t
index 8bc3203..dfe4c6f 100755
--- a/t/remove.t
+++ b/t/remove.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}) {