Searched refs:mail_test (Results 1 – 2 of 2) sorted by relevance
80 if id -u mail_test >/dev/null 2>&1; then82 useradd -m -s /sbin/nologin mail_test > $LTPTMP/tst_mail.out 2>&193 echo "d*" | mail -u mail_test > /dev/null 2>&1304 mail -s "Test" root@localhost -c mail_test@localhost < \316 echo "d" | mail -u mail_test > $LTPTMP/tst_mail.res 2>&1341 mail -s "Test" root@localhost -c mail_test@localhost < \353 echo "d" | mail -u mail_test > $LTPTMP/tst_mail.res 2>&1376 userdel -r mail_test > /dev/null 2>&1
39 class mail_test(unittest.TestCase): class