summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:27:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:27:41 (GMT)
commit0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0 (patch)
treeb7e298e72a4f113336f0e44d4c6a9ca1d20ff209 /ChangeLog
parent7af9ab5e582ce583ce1f3232785feb183337bc34 (diff)
downloadtcl-0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0.zip
tcl-0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0.tar.gz
tcl-0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0.tar.bz2
Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96e405a..c61e342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/fCmd.test: Rewrote tests that failed consistently on NFS
+ so they either succeed (through slightly more liberal matching of
+ the results) or are constrained to not run. [Bug 931312]
+
* doc/bgerror.n: Use idiomatic open flags for working with log
files. [Bug 959602]