diff --git a/tests/p_httpd/httpd_servehtml.sh b/tests/p_httpd/httpd_servehtml.sh
index d582f14..a1f18f4 100755
--- a/tests/p_httpd/httpd_servehtml.sh
+++ b/tests/p_httpd/httpd_servehtml.sh
@@ -4,9 +4,6 @@
t_Log "Running $0 - httpd: serve html page"
-#curl -H 'Accept-Language: en' -s http://localhost/
-#echo "--------------------------------------------"
-
curl -H 'Accept-Language: en' -s http://localhost/ | grep 'Тестовая страница HTTP-сервера' > /dev/null 2>&1
t_CheckExitStatus $?
diff --git a/tests/p_httpd/httpd_servehtml_ssl.sh b/tests/p_httpd/httpd_servehtml_ssl.sh
index 87f2677..a9fe82f 100755
--- a/tests/p_httpd/httpd_servehtml_ssl.sh
+++ b/tests/p_httpd/httpd_servehtml_ssl.sh
@@ -5,9 +5,6 @@
t_Log "Running $0 - httpd: serve html page over SSL "
-curl -H 'Accept-Language: en' -ks https://localhost/
-echo "--------------------------------------------"
-
curl -H 'Accept-Language: en' -ks https://localhost/ | grep 'Тестовая страница HTTP-сервера' > /dev/null 2>&1
t_CheckExitStatus $?