summaryrefslogtreecommitdiffstats
path: root/tests/process.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process.test')
-rw-r--r--tests/process.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process.test b/tests/process.test
index 07c6e6f..b88c50a 100644
--- a/tests/process.test
+++ b/tests/process.test
@@ -271,7 +271,7 @@ test process-7.2 {abnormal exit} -body {
tcl::process purge
tcl::process autopurge 1
}
-test process-7.3 {child killed} -body {
+test process-7.3 {child killed} -constraints {win} -body {
tcl::process autopurge 0
set pid [exec [interpreter] $path(exit) -1 &]
lindex [tcl::process status -wait $pid] 1