summaryrefslogtreecommitdiffstats
path: root/tests/unixForkEvent.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-05 21:58:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-05 21:58:21 (GMT)
commit4fa8d0b58071c8c666a320ef21813e12303c3564 (patch)
treea5f2819e737003d38974d2a6dd95170c034a28f1 /tests/unixForkEvent.test
parent5a3ead51fc13cea189ea37817652f2fd83cd5b43 (diff)
downloadtcl-4fa8d0b58071c8c666a320ef21813e12303c3564.zip
tcl-4fa8d0b58071c8c666a320ef21813e12303c3564.tar.gz
tcl-4fa8d0b58071c8c666a320ef21813e12303c3564.tar.bz2
Mark unixforkevent-1.1 nonPortable, until proven on more platforms.
Diffstat (limited to 'tests/unixForkEvent.test')
-rw-r--r--tests/unixForkEvent.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixForkEvent.test b/tests/unixForkEvent.test
index cbe582e..120f362 100644
--- a/tests/unixForkEvent.test
+++ b/tests/unixForkEvent.test
@@ -16,7 +16,7 @@ testConstraint testfork [llength [info commands testfork]]
# Test if the notifier thread is well initialized in a forked interpreter
# by Tcl_InitNotifier
test unixforkevent-1.1 {fork and test writeable event} \
- -constraints testfork \
+ -constraints {testfork nonPortable} \
-body {
set myFolder [makeDirectory unixtestfork]
set pid [testfork]