commit bf45d44c8eb3da2a58bdbadab2efa757efff6455
parent aa84e86ed6656ff49dbf2c71e72ee0f765b89bf9
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 3 May 2016 22:43:56 +0200
17-find.t: remove unneeded libraries
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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;