From bf45d44c8eb3da2a58bdbadab2efa757efff6455 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 3 May 2016 22:43:56 +0200 Subject: 17-find.t: remove unneeded libraries --- t/17-find.t | 2 -- 1 file changed, 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; -- cgit v1.2.3