summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-05-08 06:32:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-05-08 06:32:16 (GMT)
commit25cc4dea47098bf693f9864700439f245a878a2d (patch)
tree9eefa5f8fc9ac404dbe39e7fd7fe2df49f542acb /ChangeLog
parentae6150523964f0386604a8f2cbdc9e2d669c695a (diff)
downloadtcl-25cc4dea47098bf693f9864700439f245a878a2d.zip
tcl-25cc4dea47098bf693f9864700439f245a878a2d.tar.gz
tcl-25cc4dea47098bf693f9864700439f245a878a2d.tar.bz2
* Fixes to test suite when there's a space
in the working path. Thanks to Kevin Kenny.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1675ab2..2894397 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
* tests/fileName.test:
* tests/load.test:
* tests/main.test:
- * tests/tcltest.test: Fixes to test suite when there's a space
+ * tests/tcltest.test:
+ * tests/unixInit.test: Fixes to test suite when there's a space
in the working path. Thanks to Kevin Kenny.
2002-05-07 David Gravereaux <davygrvy@pobox.com>