aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/16-clean.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/16-clean.t b/t/16-clean.t
index f3737a3..9bde2d1 100755
--- a/t/16-clean.t
+++ b/t/16-clean.t
@@ -7,7 +7,7 @@ use Test::More;
use Capture::Tiny qw/ capture_merged /;
use FindBin '$RealBin';
use lib $RealBin;
-use Test::Sbotools qw/ make_slackbuilds_txt set_distclean set_noclean set_lo sboinstall sboclean sboremove restore_perf_dummy set_sbo_home sboupgrade /;
+use Test::Sbotools qw/ make_slackbuilds_txt set_pkg_dir set_distclean set_noclean set_lo sboinstall sboclean sboremove restore_perf_dummy set_sbo_home sboupgrade /;
use SBO::Lib;
use File::Temp 'tempdir';
@@ -24,6 +24,7 @@ sub cleanup {
make_slackbuilds_txt();
set_lo("$RealBin/LO");
+set_pkg_dir("FALSE");
delete $ENV{TMP};
delete $ENV{OUTPUT};
cleanup();