summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-21 12:58:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-21 12:58:29 (GMT)
commit5bd5d7b876314f563f1ac021424b7f79f45196dd (patch)
tree68bd8b2bf9d6d698f8d29e7f32aedb014f1f23d2
parent657b902a0e5afa5596833584329b653f7c0f277d (diff)
downloadtcl-5bd5d7b876314f563f1ac021424b7f79f45196dd.zip
tcl-5bd5d7b876314f563f1ac021424b7f79f45196dd.tar.gz
tcl-5bd5d7b876314f563f1ac021424b7f79f45196dd.tar.bz2
Restore default suppression of large file 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..bfe6051 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 0
# some tests can only be run is umask is 2
# if "umask" cannot be run, the tests will be skipped.