aboutsummaryrefslogtreecommitdiff
path: root/tests/aio.test
diff options
context:
space:
mode:
authorD. Bohdan <dbohdan@dbohdan.com>2020-05-27 13:00:19 +0000
committerSteve Bennett <steveb@workware.net.au>2020-05-28 08:01:26 +1000
commit201a1281ecafed4c20ef478588857380a04a8497 (patch)
tree70090c602d108f2d72c9ed84b4faa17d28ac586c /tests/aio.test
parent8c123720e88580b4693de1ef192e28616f3944f7 (diff)
downloadjimtcl-201a1281ecafed4c20ef478588857380a04a8497.zip
jimtcl-201a1281ecafed4c20ef478588857380a04a8497.tar.gz
jimtcl-201a1281ecafed4c20ef478588857380a04a8497.tar.bz2
test(aio,socket,tty): match musl error messages
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 361acdc..4b04dbd 100644
--- a/tests/aio.test
+++ b/tests/aio.test
@@ -116,7 +116,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 -result {Socket operation on non-socket}
+} -returnCodes error -match regexp -result {^(Socket operation on non-socket|Not a socket)$}
test aio-7.3 {close -nodelete on non-socket} -constraints socket -body {
$f close -nodelete