Blame tests/p_httpd/httpd_php.sh

Karanbir Singh 0b5bb2
#!/bin/sh
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Karanbir Singh 106bcf
t_Log "Running $0 - httpd: can parse a phpinfo/PHP page"
Karanbir Singh 2dd0be
Karanbir Singh 106bcf
echo "" > /var/www/html/test.php
Karanbir Singh 2dd0be
Steve Barnes bf9e19
curl -s http://localhost/test.php | grep 'PHP Version' > /dev/null 2>&1
Karanbir Singh 2dd0be
Steve Barnes 464547
t_CheckExitStatus $?