sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit e32bb4b60a2651eb89483e64026acb535c57d565
parent f67f2d3940a53941005a5d320cb72cc28d5331cf
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 24 Apr 2016 17:54:29 +0200

15-usage.t: Remove useless use lib

Diffstat:
Mt/15-usage.t | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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;