diff options
| author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-03 22:43:56 +0200 | 
|---|---|---|
| committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-03 22:43:56 +0200 | 
| commit | bf45d44c8eb3da2a58bdbadab2efa757efff6455 (patch) | |
| tree | 2fb65f64ca3b0bfaa039475341e65f51ab8aa1b6 | |
| parent | aa84e86ed6656ff49dbf2c71e72ee0f765b89bf9 (diff) | |
| download | sbotools2-bf45d44c8eb3da2a58bdbadab2efa757efff6455.tar.xz | |
17-find.t: remove unneeded libraries
| -rwxr-xr-x | t/17-find.t | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/t/17-find.t b/t/17-find.t index 5b48474..0fde35e 100755 --- a/t/17-find.t +++ b/t/17-find.t @@ -7,9 +7,7 @@ use Test::More;  use Capture::Tiny qw/ capture_merged /;  use FindBin '$RealBin';  use lib $RealBin; -use lib "$RealBin/../SBO-Lib/lib";  use Test::Sbotools qw/ make_slackbuilds_txt set_lo sbofind replace_tags_txt /; -use SBO::Lib 'open_fh';  plan tests => 6; | 
