aboutsummaryrefslogtreecommitdiff
path: root/t/06-remove.t
diff options
context:
space:
mode:
Diffstat (limited to 't/06-remove.t')
-rwxr-xr-xt/06-remove.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/06-remove.t b/t/06-remove.t
index 97d53a9..1e92b52 100755
--- a/t/06-remove.t
+++ b/t/06-remove.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 sboremove /;
+use Test::Sbotools qw/ make_slackbuilds_txt set_lo sboinstall sboremove restore_perf_dummy /;
if ($ENV{TEST_INSTALL}) {
plan tests => 13;
@@ -44,7 +44,7 @@ sub cleanup {
cleanup();
make_slackbuilds_txt();
set_lo("$RealBin/LO");
-
+restore_perf_dummy();
# 1: sboremove nonexistentslackbuild
sboinstall 'nonexistentslackbuild', { input => "y\ny", test => 0 };