diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-27 22:05:52 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-27 22:05:52 +0200 |
commit | bfbfada392727a4ed8ae13f0b2a95adf4d2c35df (patch) | |
tree | d3f92ed84d31d05a1e1a0a3c12529f12028afb0b /t | |
parent | e67c29877de708e64fc6c4b398f796f2c0cdfe7e (diff) | |
download | sbotools2-bfbfada392727a4ed8ae13f0b2a95adf4d2c35df.tar.xz |
16-clean.t: Remove unneeded use lib
Diffstat (limited to 't')
-rwxr-xr-x | t/16-clean.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/16-clean.t b/t/16-clean.t index cdbf866..d6a8e66 100755 --- a/t/16-clean.t +++ b/t/16-clean.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 set_distclean set_noclean set_lo sboinstall sboclean sboremove restore_perf_dummy /; use SBO::Lib; |