diff options
Diffstat (limited to 't/helper.pm')
-rw-r--r-- | t/helper.pm | 2 |
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'); } |