aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-03 22:43:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-03 22:43:56 +0200
commitbf45d44c8eb3da2a58bdbadab2efa757efff6455 (patch)
tree2fb65f64ca3b0bfaa039475341e65f51ab8aa1b6 /t
parentaa84e86ed6656ff49dbf2c71e72ee0f765b89bf9 (diff)
downloadsbotools2-bf45d44c8eb3da2a58bdbadab2efa757efff6455.tar.xz
17-find.t: remove unneeded libraries
Diffstat (limited to 't')
-rwxr-xr-xt/17-find.t2
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;