diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-29 00:21:03 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-29 00:21:03 +0200 |
commit | 308a68b0ee6bd8a538d1019c8bd19384e2c710b5 (patch) | |
tree | 59c9187a4430e54e48ae2efa83f9293e7ab0fe7a | |
parent | 2d9a163d9c50da082557361c3f5d3806c6715349 (diff) | |
download | sbotools2-308a68b0ee6bd8a538d1019c8bd19384e2c710b5.tar.xz |
16-clean.t: make sure PKG_DIR is FALSE
-rwxr-xr-x | t/16-clean.t | 3 |
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(); |