diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-13 06:32:23 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-13 06:32:23 +0100 |
commit | 45320647a5ebf50f6d0be22e3387e9c596067ef7 (patch) | |
tree | 34f5872ee58d82c4ea91ee9878cc729d1ab4a658 | |
parent | 7a09ba446b12fc207712c05feece5afed8a70758 (diff) | |
download | sbotools2-45320647a5ebf50f6d0be22e3387e9c596067ef7.tar.xz |
t/32-info.t: fix lib dir
-rw-r--r-- | t/32-info.t | 2 |
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; |