diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-06 00:03:40 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-06 00:03:40 +0200 |
commit | 1c0a63bf67783165fb730a0c6831431ee7cca0ef (patch) | |
tree | e5ee7ea9f2a7cbfaedd61a5a3f55516588233afb | |
parent | 711f57c519d32311e216b0f043ea32d2793ed68a (diff) | |
download | sbotools2-1c0a63bf67783165fb730a0c6831431ee7cca0ef.tar.xz |
26-race-sbocheck.t: no need to use lib ../SBO-Lib/lib
-rwxr-xr-x | t/26-race-sbocheck.t | 1 |
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 /; |