tests: Make sure the user gets removed and the test pass

This commit is contained in:
Jakub Jelen 2019-06-17 13:31:57 +02:00
parent dad744a32b
commit 3153574729
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ _EOF
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
rlRun "userdel -r $USER"
rlRun "userdel -fr $USER"
rlFileRestore
rlServiceRestore sshd
rlPhaseEnd