summaryrefslogtreecommitdiffstats
path: root/tests/http11.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http11.test')
-rw-r--r--tests/http11.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/http11.test b/tests/http11.test
index 967e5e6..85526f5 100644
--- a/tests/http11.test
+++ b/tests/http11.test
@@ -647,5 +647,9 @@ test http-4.3 "normal post request, check channel query length" -setup {
# -------------------------------------------------------------------------
-unset -nocomplain httpd_port
+foreach p {create_httpd httpd_read halt_httpd meta check_crc} {
+ rename $p {}
+}
+unset -nocomplain httpd_port httpd p
+
::tcltest::cleanupTests