summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-22 08:16:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-22 08:16:44 (GMT)
commit0389d9d276a16e5f11a8ec823cb2334e4b5d119a (patch)
treeb28659bb0cf95c7e1876074dcf66032689e79a8a /tests/http.test
parent640f83b5b1bdb05ba94fac920719203c57a5556f (diff)
downloadtcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.zip
tcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.tar.gz
tcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.tar.bz2
Fix test-case http-4.14
Diffstat (limited to 'tests/http.test')
-rw-r--r--tests/http.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/http.test b/tests/http.test
index 3a9d4ba..b03df88 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -465,8 +465,7 @@ test http-4.14 {http::Event} -body {
}
http::wait $token
http::status $token
- # error code varies among platforms.
-} -returnCodes 1 -match regexp -result {(connect failed|couldn't open socket)}
+} -result {timeout}
# Bogus host
test http-4.15 {http::Event} -body {
# This test may fail if you use a proxy server. That is to be