commit 1c0a63bf67783165fb730a0c6831431ee7cca0ef
parent 711f57c519d32311e216b0f043ea32d2793ed68a
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 6 Aug 2016 00:03:40 +0200
26-race-sbocheck.t: no need to use lib ../SBO-Lib/lib
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/t/26-race-sbocheck.t b/t/26-race-sbocheck.t
@@ -5,7 +5,6 @@ use warnings;
use Test::More;
use Test::Exit;
use FindBin '$RealBin';
-use lib "$RealBin/../SBO-Lib/lib";
use lib $RealBin;
use Test::Sbotools 'load';
use Capture::Tiny qw/ capture_merged /;