aboutsummaryrefslogtreecommitdiff
path: root/t/08-env.t
diff options
context:
space:
mode:
Diffstat (limited to 't/08-env.t')
-rwxr-xr-xt/08-env.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/08-env.t b/t/08-env.t
index 78fb6e2..4c67cd7 100755
--- a/t/08-env.t
+++ b/t/08-env.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_lo sboinstall /;
+use Test::Sbotools qw/ make_slackbuilds_txt set_lo sboinstall restore_perf_dummy /;
if ($ENV{TEST_INSTALL}) {
plan tests => 5;
@@ -38,7 +38,7 @@ sub cleanup {
cleanup('/tmp/SBo', '/tmp');
make_slackbuilds_txt();
set_lo("$RealBin/LO");
-
+restore_perf_dummy();
SKIP: {
skip "Not testing unset OUTPUT", 1 if exists $ENV{TEST_OUTPUT} and $ENV{TEST_OUTPUT} ne '';