From 0b80b5b21ad0cc6f7fd0ff48d2e3a55f802cef41 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 21 2011 12:19:40 +0000 Subject: Fix vsftp test (remove test user after running the test) --- diff --git a/tests/p_vsftpd/vsftpd_localusers_login.sh b/tests/p_vsftpd/vsftpd_localusers_login.sh index 5e224ef..d2abce1 100755 --- a/tests/p_vsftpd/vsftpd_localusers_login.sh +++ b/tests/p_vsftpd/vsftpd_localusers_login.sh @@ -12,3 +12,5 @@ setsebool ftp_home_dir 1 echo -e "user ftptest\npass ftptest\nquit" | nc localhost 21 | grep "230 Login successful." t_CheckExitStatus $? + +userdel -rf ftptest