commit 165e1eb7f15234fca8877fffa1224d22125045e5
parent 41f42ddf65b53e665a4fc0aa303c26f59bc31acf
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 8 Aug 2016 20:32:50 +0200
27-race-sbofind.t: no need to use lib ../SBO-Lib/lib
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/t/27-race-sbofind.t b/t/27-race-sbofind.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 /;