commit 45320647a5ebf50f6d0be22e3387e9c596067ef7 parent 7a09ba446b12fc207712c05feece5afed8a70758 Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Fri, 13 Jan 2017 06:32:23 +0100 t/32-info.t: fix lib dir Diffstat:
| M | t/32-info.t | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;