summaryrefslogtreecommitdiffstats
path: root/tests/httpd
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-03-27 22:19:14 (GMT)
committerhobbs <hobbs>2000-03-27 22:19:14 (GMT)
commit48a5129685b2db326b67643086f7c11c70fdcfb6 (patch)
treeff9912e3334643b2e91d95a89f614c54af0433f4 /tests/httpd
parent421933f19aa8d89536eea0669c57360ab504db1b (diff)
downloadtcl-48a5129685b2db326b67643086f7c11c70fdcfb6.zip
tcl-48a5129685b2db326b67643086f7c11c70fdcfb6.tar.gz
tcl-48a5129685b2db326b67643086f7c11c70fdcfb6.tar.bz2
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"'
* tests/namespace.test: * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the export list so only one instance of each export pattern would exist in the list.
Diffstat (limited to 'tests/httpd')
-rw-r--r--tests/httpd1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/httpd b/tests/httpd
index 94cfb43..aa2e51d 100644
--- a/tests/httpd
+++ b/tests/httpd
@@ -106,7 +106,6 @@ proc httpdRead { sock } {
set data(length) $data(length_orig)
httpdRespond $sock
}
-puts stderr "Post Dispatch"
}
default {
if [eof $sock] {