summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-31 18:38:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-31 18:38:51 (GMT)
commitc36a4806cd6f1ac5d900df9e2f7884ce91e959cb (patch)
treebe3d5afad748e82b1d9b6edbbadd78068b08b267 /ChangeLog
parent933f91c67fcd17cd38b48d5443f47bbb5be1116b (diff)
downloadtcl-c36a4806cd6f1ac5d900df9e2f7884ce91e959cb.zip
tcl-c36a4806cd6f1ac5d900df9e2f7884ce91e959cb.tar.gz
tcl-c36a4806cd6f1ac5d900df9e2f7884ce91e959cb.tar.bz2
Turn umask2 constraint into something more commonly satisfiable
Also turn conditional tests into constrained tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1077924..9f70744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-10-31 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/io.test (io-40.3): Convert umask2 test constraint into a
+ form that most people will be able to satisfy.
+
* tests/cmdAH.test (cmdAH-8.45): Removed broken test constraint.
It didn't do what it was intended to do, and it implied the other
correct constraint. [Bug 1053908]