summaryrefslogtreecommitdiffstats
path: root/tests/httpold.test
diff options
context:
space:
mode:
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 dec4697..1b07c90 100644
--- a/tests/httpold.test
+++ b/tests/httpold.test
@@ -49,7 +49,7 @@ catch {unset data}
source [file join [file dirname [info script]] httpd]
set port 8010
-if [catch {httpd_init $port} listen] {
+if {[catch {httpd_init $port} listen]} {
puts "Cannot start http server, http test skipped"
unset port
::tcltest::cleanupTests