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)
commit592e0f1dd91bee030010bd5efb84d9f6d976f22a (patch)
tree95f33dbb886ccd342d82c9ef102e9993d41d127a /tests/httpold.test
parent9dcacf853204f3d0a155842d157fe8de21d61eff (diff)
downloadtcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.zip
tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.tar.gz
tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.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]