diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-24 17:54:29 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-24 17:54:37 +0200 |
commit | e32bb4b60a2651eb89483e64026acb535c57d565 (patch) | |
tree | 52c3b51f8095660eb2f1a51e2479a715bd7cde07 | |
parent | f67f2d3940a53941005a5d320cb72cc28d5331cf (diff) | |
download | sbotools2-e32bb4b60a2651eb89483e64026acb535c57d565.tar.xz |
15-usage.t: Remove useless use lib
-rwxr-xr-x | t/15-usage.t | 1 |
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; |