summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 16:37:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 16:37:41 (GMT)
commit0224ac164a76ea4e7643fc44507024b5bb26c77d (patch)
tree3600003f14be453f821a8d0b79b649146fcc0919 /ChangeLog
parent5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde (diff)
downloadtcl-0224ac164a76ea4e7643fc44507024b5bb26c77d.zip
tcl-0224ac164a76ea4e7643fc44507024b5bb26c77d.tar.gz
tcl-0224ac164a76ea4e7643fc44507024b5bb26c77d.tar.bz2
* tests/pid.test: Corrected temporary file management issues
uncovered by -debug 1 test operations. [Bug 675655]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db1d3e8..5b70790 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-10-07 Don Porter <dgp@users.sourceforge.net>
+ * tests/pid.test: Corrected temporary file management issues
+ uncovered by -debug 1 test operations. [Bug 675655]
+
* tests/fCmd.test: Run tests with the [temporaryDirectory] as
the current directory, so that tests can depend on ability to write
files. [Bug 575837]