aboutsummaryrefslogtreecommitdiff
path: root/tests/aio.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aio.test')
-rw-r--r--tests/aio.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aio.test b/tests/aio.test
index f6852b9..2f16af8 100644
--- a/tests/aio.test
+++ b/tests/aio.test
@@ -1,8 +1,8 @@
source [file dirname [info script]]/testing.tcl
needs constraint jim
-testCmdConstraints socket
-testConstraint posixaio [expr {$tcl_platform(platform) eq {unix} && !$tcl_platform(bootstrap)}]
+constraint cmd socket
+constraint expr posixaio {$tcl_platform(platform) eq {unix} && !$tcl_platform(bootstrap)}
# Create and open in binary mode for compatibility between Windows and Unix
set f [open testdata.in wb]