aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}) {