aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-06 00:03:40 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-06 00:03:40 +0200
commit1c0a63bf67783165fb730a0c6831431ee7cca0ef (patch)
treee5ee7ea9f2a7cbfaedd61a5a3f55516588233afb
parent711f57c519d32311e216b0f043ea32d2793ed68a (diff)
downloadsbotools2-1c0a63bf67783165fb730a0c6831431ee7cca0ef.tar.xz
26-race-sbocheck.t: no need to use lib ../SBO-Lib/lib
-rwxr-xr-xt/26-race-sbocheck.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/26-race-sbocheck.t b/t/26-race-sbocheck.t
index 0cb0160..39bc312 100755
--- 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 /;