Blame tests/p_httpd/httpd_centos_brand_server_tokens.sh

Athmane Madjoudj b84468
#!/bin/sh
Athmane Madjoudj b84468
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj b84468
Karanbir Singh 106bcf
t_Log "Running $0 - httpd: centos branding / Server tokens value "
Athmane Madjoudj b84468
f49232
curl -sI http://localhost/ | grep -i "Server:\ Apache.*\ (CentOS" > /dev/null 2>&1
Athmane Madjoudj b84468
Athmane Madjoudj b84468
t_CheckExitStatus $?