From 0d7a2b27ab8079b4426b96cfbc665534e01e89bb Mon Sep 17 00:00:00 2001 From: patthoyts Date: Thu, 25 Jun 2009 22:53:41 +0000 Subject: Handle cleanup when all tests skipped [Bug 2812355] --- tests/http11.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12