summaryrefslogtreecommitdiffstats
path: root/tests/httpold.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 10:00:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 10:00:58 (GMT)
commit3cd704802f4da0e909c95295d850c938de754022 (patch)
tree95f33dbb886ccd342d82c9ef102e9993d41d127a /tests/httpold.test
parentea1cc886b527b6b90b33b11588769335f4762a47 (diff)
downloadtcl-3cd704802f4da0e909c95295d850c938de754022.zip
tcl-3cd704802f4da0e909c95295d850c938de754022.tar.gz
tcl-3cd704802f4da0e909c95295d850c938de754022.tar.bz2
Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem" branch will show whether this continues to work.
Diffstat (limited to 'tests/httpold.test')
-rw-r--r--tests/httpold.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpold.test b/tests/httpold.test
index aeba311..5995bed 100644
--- a/tests/httpold.test
+++ b/tests/httpold.test
@@ -36,7 +36,7 @@ if {[catch {package require http 1.0}]} {
set bindata "This is binary data\x0d\x0amore\x0dmore\x0amore\x00null"
catch {unset data}
-##
+##
## The httpd script implement a stub http server
##
source [file join [file dirname [info script]] httpd]