summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthmane Madjoudj <athmane@fedoraproject.org>2011-07-02 15:20:33 +0100
committerAthmane Madjoudj <athmane@fedoraproject.org>2011-07-02 15:20:33 +0100
commit5407acc96531eafb8e1c4c2f9326ec20a958bfa6 (patch)
treecab33f0591406462a5f0c8eec50fc42344de99a3
parent4bac1824de78c25b224d63133de808b22458691e (diff)
downloadtestcases-scripts-master.tar.gz
testcases-scripts-master.tar.xz
testcases-scripts-master.zip
Fixed ssl testHEADmaster
-rwxr-xr-xhttpd/httpd_servehtml_ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/httpd_servehtml_ssl.sh b/httpd/httpd_servehtml_ssl.sh
index 148909f..c7ff627 100755
--- a/httpd/httpd_servehtml_ssl.sh
+++ b/httpd/httpd_servehtml_ssl.sh
@@ -2,7 +2,7 @@
# A small Apache HTTPd test suite
# Author: Athmane Madjoudj <athmane@fedoraproject.org>
-echo "Running $0 - httpd serve html page test."
+echo "Running $0 - httpd serve html page test over SSL."
curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1