aboutsummaryrefslogtreecommitdiff
path: root/tests/aio.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aio.test')
-rw-r--r--tests/aio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aio.test b/tests/aio.test
index 4591279..3d22964 100644
--- a/tests/aio.test
+++ b/tests/aio.test
@@ -124,7 +124,7 @@ test aio-7.1 {close args} -constraints socket -body {
test aio-7.2 {close w on non-socket} -constraints socket -body {
$f close w
-} -returnCodes error -match regexp -result {^(Socket operation on non-socket|Not a socket)$}
+} -returnCodes error -match regexp -result {(bad|socket)}
test aio-7.3 {close -nodelete on non-socket} -constraints socket -body {
$f close -nodelete