bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

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
Pablo Greco 0bf06d
curl -sI http://localhost/ | grep -i "Server:\ Apache.*\ (CentOS)" > /dev/null 2>&1
Athmane Madjoudj b84468
Athmane Madjoudj b84468
t_CheckExitStatus $?