From c5dcbe8c31a70b3f2dea4bf4527567f86be0c4bf Mon Sep 17 00:00:00 2001 From: John Eismeier <32205350+jeis2497052@users.noreply.github.com> Date: Mon, 23 Apr 2018 04:54:44 -0400 Subject: Propose fix some typos (#538) --- include/tests_squid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 include/tests_squid (limited to 'include/tests_squid') diff --git a/include/tests_squid b/include/tests_squid old mode 100644 new mode 100755 index ee7a9704..31eced8b --- a/include/tests_squid +++ b/include/tests_squid @@ -302,7 +302,7 @@ # Test : SQD-3680 # Description : Check httpd_suppress_version_string if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! -z "${SQUID_DAEMON_CONFIG}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no SQD-3680 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid version suppresion" + Register --test-no SQD-3680 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid version suppression" if [ ${SKIPTEST} -eq 0 ]; then FIND=$(${GREPBINARY} "^httpd_suppress_version_string " ${SQUID_DAEMON_CONFIG} | ${GREPBINARY} " on") if [ -z "${FIND}" ]; then -- cgit v1.2.3