diff options
Diffstat (limited to 't/install.t')
-rwxr-xr-x | t/install.t | 1 |
1 files changed, 1 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}) { |