bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_httpd/httpd_servehtml_ssl.sh

Athmane Madjoudj f0777d
#!/bin/sh
Athmane Madjoudj f0777d
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj f0777d
Karanbir Singh 106bcf
t_Log "Running $0 - httpd: serve html page over SSL "
Athmane Madjoudj f0777d
f92b3e
curl -H 'Accept-Language: en' -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1
Athmane Madjoudj f0777d
Athmane Madjoudj f0777d
t_CheckExitStatus $?