sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 8a74520173c42ae42e3cfdf3af80f970e3e77667
parent d905715572014dd6bd0b5998750d756ab0bfd03c
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Fri, 18 Dec 2015 00:56:49 +0100

Set the proper @INC for install.t and remove.t

Diffstat:
Mt/install.t | 1+
Mt/remove.t | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -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}) {