diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-07-02 18:46:18 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-07-02 18:46:18 (GMT) |
commit | 1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4 (patch) | |
tree | bbac6c32c8e17817face12402be080de6978cacb /ChangeLog | |
parent | 63388cf7125641be65b052cd4895973642373192 (diff) | |
download | tcl-1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4.zip tcl-1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4.tar.gz tcl-1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4.tar.bz2 |
tests/winPipe.test (winpipe-1.11): Fixed a bug that caused
test to fail if the path name of the working directory contained
whitespace [Bug 678430]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ loop rather than just calling [update] periodically, avoiding intermittent failures (usually in io-29.32) that stemmed from unreaped processes on Windows. + * tests/winPipe.test (winpipe-1.11): Fixed a bug that caused + test to fail if the path name of the working directory contained + whitespace [Bug 678430] 2004-07-01 Vince Darley <vincentdarley@users.sourceforge.net> |