summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-25 20:00:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-25 20:00:58 (GMT)
commit5c40bd9a6cf398d2e031d37b77e670b2babf9020 (patch)
tree17a65f8cdd9e3ef0898e747e98d751bb6fff70aa /tests/http.test
parent414896d31fc17726a8380347db1f306066ca6c70 (diff)
downloadtcl-5c40bd9a6cf398d2e031d37b77e670b2babf9020.zip
tcl-5c40bd9a6cf398d2e031d37b77e670b2babf9020.tar.gz
tcl-5c40bd9a6cf398d2e031d37b77e670b2babf9020.tar.bz2
Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file too big"
Let's synchronize the POSIX error-messages with what Linux gives nowadays.
Diffstat (limited to 'tests/http.test')
-rw-r--r--tests/http.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test
index 587e6e4..6e973d0 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -630,7 +630,7 @@ test http-4.14.$ThreadLevel {http::Event} -body {
lindex [http::error $token] 0
} -cleanup {
catch {http::cleanup $token}
-} -result {connect failed connection refused}
+} -result {Connect failed: Connection refused}
# Bogus host
test http-4.15.$ThreadLevel {http::Event} -body {