summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-06 08:45:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-06 08:45:02 (GMT)
commit64da53f0aba045fa5ca50497c7f40739d79d2055 (patch)
tree19a98e6ba357e7b3a961e7c484a74eb969ca4088 /ChangeLog
parent9eb46ba0c0def7a552341ff764d3b740fd272067 (diff)
downloadtcl-64da53f0aba045fa5ca50497c7f40739d79d2055.zip
tcl-64da53f0aba045fa5ca50497c7f40739d79d2055.tar.gz
tcl-64da53f0aba045fa5ca50497c7f40739d79d2055.tar.bz2
root interacts badly with access(...,X_OK) [Bug 929892]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c35d4..bbbe61c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * tests/cmdAH.test (cmdAH-18.2): Added constraint because
+ access(...,X_OK) is defined to be permitted to be meaningless when
+ running as root, and OSX exhibits this. [Bug 929892]
+
2004-04-02 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c: