diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-05-25 19:02:23 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-05-25 19:02:23 (GMT) |
commit | f54b39a2a3db59321f0fef9bed7f1606156deb1a (patch) | |
tree | 7a317582b8d3131d866c9bf1adfac0cb22be5d54 /ChangeLog | |
parent | 2178c51e4f47a6c6e161dc11518bfa588422d69c (diff) | |
download | tcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.zip tcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.tar.gz tcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.tar.bz2 |
* tests/winFCmd.test: Correct test for the presence of a CD-ROM so
that it doesn't misdetect some other sort
of filesystem with a write-protected root as
being a CD-ROM drive. [Bug 918267]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-05-25 Kevin Kenny <kennykb@acm.org> + + * tests/winFCmd.test: Correct test for the presence of a CD-ROM so + that it doesn't misdetect some other sort + of filesystem with a write-protected root as + being a CD-ROM drive. [Bug 918267] + 2004-05-24 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to |