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 |
724d58 |
echo -e "GET /webmail/src/login.php HTTP/1.0\r\n" | nc localhost 80 | grep 'SquirrelMail' > /dev/null 2>&1
|
|
Steve Barnes |
724d58 |
t_CheckExitStatus $?
|