bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_squirrelmail/squirrelmail_test.sh

Steve Barnes 724d58
#!/bin/sh
Steve Barnes 724d58
# Author: Athmane Madjoudj <athmanem@gmail.com>
Steve Barnes 724d58
Steve Barnes 724d58
t_Log "Running $0 - test SquirrelMail URL."
Steve Barnes bf9e19
curl -s http://localhost/webmail/src/login.php | grep 'SquirrelMail' > /dev/null 2>&1
Steve Barnes 724d58
t_CheckExitStatus $?