summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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