aboutsummaryrefslogtreecommitdiff
path: root/t/05-upgrade.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-30 00:05:24 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-30 00:05:24 +0200
commite00794a00569655792868bc812cb824c5f522e25 (patch)
treeeaa02583438d4716c262201224d36a1a87384eef /t/05-upgrade.t
parentc68be800c7403569927ccbc5459c96404a7ba9cf (diff)
downloadsbotools2-e00794a00569655792868bc812cb824c5f522e25.tar.xz
test files: add restore_perf_dummy and make_slackbuilds_txt to tests that would need them
Diffstat (limited to 't/05-upgrade.t')
-rwxr-xr-xt/05-upgrade.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/05-upgrade.t b/t/05-upgrade.t
index 7082483..aaf2451 100755
--- a/t/05-upgrade.t
+++ b/t/05-upgrade.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 sboconfig sboinstall sboupgrade /;
+use Test::Sbotools qw/ make_slackbuilds_txt set_lo sboconfig sboinstall sboupgrade restore_perf_dummy /;
if ($ENV{TEST_INSTALL}) {
plan tests => 14;
@@ -55,6 +55,7 @@ sub cleanup {
cleanup();
make_slackbuilds_txt();
set_lo("$RealBin/LO");
+restore_perf_dummy();
sub install {
cleanup();