summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-10-30 11:13:21 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-10-30 11:13:21 (GMT)
commitee8dc99cffadf1e777695523f3838774648707df (patch)
tree938845a3d786dba4d5de68ecb2a54612813d52a4 /ChangeLog
parent65015eda554d17cf58f79746f53b203e10bc77a2 (diff)
downloadtcl-ee8dc99cffadf1e777695523f3838774648707df.zip
tcl-ee8dc99cffadf1e777695523f3838774648707df.tar.gz
tcl-ee8dc99cffadf1e777695523f3838774648707df.tar.bz2
Cleanup non-writable test directory on Windows.
When creating the notwritabledir we deny the current user access to delete the file. We must grant this right when we cleanup. Required on Windows 7 when the user does not automatically have administrator rights.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4b29d9..6bc2a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-30 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tests/tcltest.test: When creating the notwritabledir we deny
+ the current user access to delete the file. We must grant this
+ right when we cleanup. Required on Windows 7 when the user does
+ not automatically have administrator rights.
+
2009-10-29 Don Porter <dgp@users.sourceforge.net>
* generic/tcl.h: Changed the typedef for the mp_digit type