diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-18 00:56:49 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-23 16:21:02 +0100 |
commit | 8a74520173c42ae42e3cfdf3af80f970e3e77667 (patch) | |
tree | 450979e10c395c2a5a70b36cb39251486933fbad /t/remove.t | |
parent | d905715572014dd6bd0b5998750d756ab0bfd03c (diff) | |
download | sbotools2-8a74520173c42ae42e3cfdf3af80f970e3e77667.tar.xz |
Set the proper @INC for install.t and remove.t
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}) { |