summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/httpd11.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/httpd11.tcl b/tests/httpd11.tcl
index e97f403..9e0edcd 100644
--- a/tests/httpd11.tcl
+++ b/tests/httpd11.tcl
@@ -151,9 +151,9 @@ proc Service {chan addr port} {
foreach {what type} [mime-type $path] break
set f [open $path r]
if {$what eq "binary"} {
- chan configure $f -translation binary}
+ chan configure $f -translation binary
} else {
- chan configure $f -encoding utf-8}
+ chan configure $f -encoding utf-8
}
set data [read $f]
close $f