summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-05-12 21:50:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-05-12 21:50:55 (GMT)
commit06285d2a11026ced76b58653449e181fd48ac13c (patch)
tree6b6489cc7a21391241fbf13ba61b318465c26893 /tests/io.test
parent463d816181eb0f936be39e8bdd6a651b0ad9bd78 (diff)
downloadtcl-06285d2a11026ced76b58653449e181fd48ac13c.zip
tcl-06285d2a11026ced76b58653449e181fd48ac13c.tar.gz
tcl-06285d2a11026ced76b58653449e181fd48ac13c.tar.bz2
Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21
take an unbearable 90 seconds each to complete.
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index 7f1a357..f692e43 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -41,7 +41,7 @@ testConstraint testthread [llength [info commands testthread]]
# You need a *very* special environment to do some tests. In
# particular, many file systems do not support large-files...
-testConstraint largefileSupport 1
+testConstraint largefileSupport [expr {$::tcl_platform(os) ne "Darwin"}]
# some tests can only be run is umask is 2
# if "umask" cannot be run, the tests will be skipped.