aboutsummaryrefslogtreecommitdiff
path: root/t/Test/Sbotools.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Test/Sbotools.pm')
-rw-r--r--t/Test/Sbotools.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/Test/Sbotools.pm b/t/Test/Sbotools.pm
index ec001b2..4cdd286 100644
--- a/t/Test/Sbotools.pm
+++ b/t/Test/Sbotools.pm
@@ -137,16 +137,16 @@ END {
if ($sbt) {
system(qw!rm -rf!, $sbtn);
}
+ if ($repo) {
+ system(qw! rm -rf /usr/sbo/repo !);
+ rename "$RealBin/repo.backup", "/usr/sbo/repo";
+ }
if ($tags) {
system(qw!rm -rf !, $tags_txt);
}
if ($tags == 2) {
rename "$tags_txt.bak", $tags_txt;
}
- if ($repo) {
- system(qw! rm -rf /usr/sbo/repo !);
- rename "$RealBin/repo.backup", "/usr/sbo/repo";
- }
}
1;