diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-24 15:17:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-24 15:17:40 (GMT) |
commit | 113714d1cf9bf670cbb99691146b8c105374678b (patch) | |
tree | 9d28355fbb376fcf9ad510f3205b95d4e49374d0 /tests/http11.test | |
parent | 4fd9789c692f218dc5b7b34eb3b4029674ffaa03 (diff) | |
download | tcl-113714d1cf9bf670cbb99691146b8c105374678b.zip tcl-113714d1cf9bf670cbb99691146b8c105374678b.tar.gz tcl-113714d1cf9bf670cbb99691146b8c105374678b.tar.bz2 |
More test suite cleanup for "-singleproc 1 -debug 1" testing.
Diffstat (limited to 'tests/http11.test')
-rw-r--r-- | tests/http11.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http11.test b/tests/http11.test index 7fe13fa..0ed60c9 100644 --- a/tests/http11.test +++ b/tests/http11.test @@ -650,6 +650,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 {} } +removeFile testdoc.html unset -nocomplain httpd_port httpd p ::tcltest::cleanupTests |