diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-10 11:48:28 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-10 11:48:28 +0200 |
commit | 41924c84dbebcbe8d628ada190b464a89db81a2b (patch) | |
tree | fc2fff8b77c2d4f61e000acad51f400a8d2828f7 | |
parent | 728fed6f7d548cceabc508636be6c575648532eb (diff) | |
download | sbotools2-41924c84dbebcbe8d628ada190b464a89db81a2b.tar.xz |
29-race-sboremove.t: no need to use lib ../SBO-Lib/lib
-rwxr-xr-x | t/28-race-sboremove.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/28-race-sboremove.t b/t/28-race-sboremove.t index 42d205e..ebc707f 100755 --- a/t/28-race-sboremove.t +++ b/t/28-race-sboremove.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 Capture::Tiny qw/ capture_merged /; use File::Temp 'tempdir'; |