diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-08 20:32:50 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-08 20:32:50 +0200 |
commit | 165e1eb7f15234fca8877fffa1224d22125045e5 (patch) | |
tree | 0e13bf1e8bb452e60d982f97bc9887a336df9774 | |
parent | 41f42ddf65b53e665a4fc0aa303c26f59bc31acf (diff) | |
download | sbotools2-165e1eb7f15234fca8877fffa1224d22125045e5.tar.xz |
27-race-sbofind.t: no need to use lib ../SBO-Lib/lib
-rwxr-xr-x | t/27-race-sbofind.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/27-race-sbofind.t b/t/27-race-sbofind.t index 001d5a7..5d0d1e4 100755 --- 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 /; |