aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-08-22 21:20:27 +1000
committerSteve Bennett <steveb@workware.net.au>2023-08-22 21:20:27 +1000
commite795eb4c4dab75b1af454be950a21f0003aee071 (patch)
tree3c25a511dc668890c64b3eea6e7e65d62d4ed403 /tests
parent4000e762af08ad8bdad7e8faa033ba1f25c31a80 (diff)
downloadjimtcl-e795eb4c4dab75b1af454be950a21f0003aee071.zip
jimtcl-e795eb4c4dab75b1af454be950a21f0003aee071.tar.gz
jimtcl-e795eb4c4dab75b1af454be950a21f0003aee071.tar.bz2
tests: exec-tip424 tests: update for new constraint syntax
Diffstat (limited to 'tests')
-rw-r--r--tests/exec-tip424.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/exec-tip424.test b/tests/exec-tip424.test
index 0f249e2..291dc3e 100644
--- a/tests/exec-tip424.test
+++ b/tests/exec-tip424.test
@@ -6,9 +6,8 @@ needs cmd exec
needs cmd flush
# Need [pipe] to implement [open |command]
-testCmdConstraints pipe
-
-testConstraint unix [expr {$tcl_platform(platform) eq {unix}}]
+constraint cmd pipe
+constraint expr unix {$tcl_platform(platform) eq "unix"}
# Sleep which supports fractions of a second
if {[info commands sleep] eq {}} {