summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-07-02 18:46:18 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-07-02 18:46:18 (GMT)
commit1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4 (patch)
treebbac6c32c8e17817face12402be080de6978cacb /ChangeLog
parent63388cf7125641be65b052cd4895973642373192 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 765ba81..cd1d05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>