diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-22 08:16:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-22 08:16:44 (GMT) |
commit | 0389d9d276a16e5f11a8ec823cb2334e4b5d119a (patch) | |
tree | b28659bb0cf95c7e1876074dcf66032689e79a8a /tests | |
parent | 640f83b5b1bdb05ba94fac920719203c57a5556f (diff) | |
download | tcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.zip tcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.tar.gz tcl-0389d9d276a16e5f11a8ec823cb2334e4b5d119a.tar.bz2 |
Fix test-case http-4.14
Diffstat (limited to 'tests')
-rw-r--r-- | tests/http.test | 3 |
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 |