From 45320647a5ebf50f6d0be22e3387e9c596067ef7 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 13 Jan 2017 06:32:23 +0100 Subject: t/32-info.t: fix lib dir --- t/32-info.t | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3