diff options
-rwxr-xr-x | t/install.t | 1 | ||||
-rwxr-xr-x | t/remove.t | 1 |
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}) { @@ -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}) { |