aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-01-13 06:32:23 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-01-13 06:32:23 +0100
commit45320647a5ebf50f6d0be22e3387e9c596067ef7 (patch)
tree34f5872ee58d82c4ea91ee9878cc729d1ab4a658
parent7a09ba446b12fc207712c05feece5afed8a70758 (diff)
downloadsbotools2-45320647a5ebf50f6d0be22e3387e9c596067ef7.tar.xz
t/32-info.t: fix lib dir
-rw-r--r--t/32-info.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/32-info.t b/t/32-info.t
index 91cec79..be39db1 100644
--- a/t/32-info.t
+++ b/t/32-info.t
@@ -5,6 +5,8 @@ use warnings;
use Test::More;
+use FindBin '$RealBin';
+use lib "$RealBin/../SBO-Lib/lib";
use SBO::Lib 'parse_info';
plan tests => 13;