Blame tests/p_httpd/httpd_servehtml.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: serve html page"
|
|
Karanbir Singh |
2dd0be |
|
|
![](https://seccdn.libravatar.org/avatar/5ee4a5868feec154826c1c20b7dbff96e1c2b23222b39ecb3814404ccdffe2fd?s=16&d=retro) |
f92b3e |
curl -H 'Accept-Language: en' -s http://localhost/ | grep 'Test Page' > /dev/null 2>&1
|
|
Karanbir Singh |
2dd0be |
|
|
Steve Barnes |
464547 |
t_CheckExitStatus $?
|