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