summaryrefslogtreecommitdiffstats
path: root/t/helper.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-09 08:59:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-09 08:59:54 +0000
commitd24d338168f30f1a892c1b94f12e623be4f139f2 (patch)
tree48e866999ca0ec24cb60118f7776c1ca386569f5 /t/helper.pm
parentd8cf4a35e631ca6ca54c18d247a5283cbb9bfcc4 (diff)
downloadurpmi-d24d338168f30f1a892c1b94f12e623be4f139f2.tar
urpmi-d24d338168f30f1a892c1b94f12e623be4f139f2.tar.gz
urpmi-d24d338168f30f1a892c1b94f12e623be4f139f2.tar.bz2
urpmi-d24d338168f30f1a892c1b94f12e623be4f139f2.tar.xz
urpmi-d24d338168f30f1a892c1b94f12e623be4f139f2.zip
revert unwanted commit (was for debugging)
Diffstat (limited to 't/helper.pm')
-rw-r--r--t/helper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm
index 46cd91d4..511c4ab0 100644
--- a/t/helper.pm
+++ b/t/helper.pm
@@ -180,7 +180,7 @@ sub check_installed_and_urpme {
END {
-# $using_root and system('rm -rf root');
+ $using_root and system('rm -rf root');
$server_pid and kill(9, $server_pid);
system('rm -rf tmp');
}