aboutsummaryrefslogtreecommitdiff
path: root/t/15-usage.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-24 17:54:29 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-24 17:54:37 +0200
commite32bb4b60a2651eb89483e64026acb535c57d565 (patch)
tree52c3b51f8095660eb2f1a51e2479a715bd7cde07 /t/15-usage.t
parentf67f2d3940a53941005a5d320cb72cc28d5331cf (diff)
downloadsbotools2-e32bb4b60a2651eb89483e64026acb535c57d565.tar.xz
15-usage.t: Remove useless use lib
Diffstat (limited to 't/15-usage.t')
-rwxr-xr-xt/15-usage.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/15-usage.t b/t/15-usage.t
index d282cb8..28eef90 100755
--- a/t/15-usage.t
+++ b/t/15-usage.t
@@ -7,7 +7,6 @@ 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 sbocheck sboclean sboconfig sbofind sboinstall sboremove sbosnap sboupgrade /;
plan tests => 8;