diff options
-rw-r--r-- | tests/http11.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http11.test b/tests/http11.test index 0ed60c9..0cecaa1 100644 --- a/tests/http11.test +++ b/tests/http11.test @@ -648,7 +648,7 @@ test http11-4.3 "normal post request, check channel query length" -setup { # ------------------------------------------------------------------------- foreach p {create_httpd httpd_read halt_httpd meta check_crc} { - rename $p {} + if {[llength [info proc $p]]} {rename $p {}} } removeFile testdoc.html unset -nocomplain httpd_port httpd p |