summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-11-30 08:53:38 +0100
committerJim Meyering <meyering@redhat.com>2007-11-30 08:53:38 +0100
commit688073771da95df0d7551b8361e264180bfffe5f (patch)
tree9d4391b5282a96ad4df3dc3e0b8e43b2886ff1ac /ChangeLog
parent9962f24cc458e7d7588d4d043339823067aa3b83 (diff)
downloadcoreutils-688073771da95df0d7551b8361e264180bfffe5f.tar.xz
* tests/CuTmpdir.pm (END): Do not do the cleanup if $dir is not
defined, because it then goes wild and changes the mode of all directories below $HOME. Undefined $dir can happen if the test is to be skipped because of an unsafe working directory name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38401db1d..8a080b1dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/CuTmpdir.pm (END): Do not do the cleanup if $dir is not
+ defined, because it then goes wild and changes the mode of all
+ directories below $HOME. Undefined $dir can happen if the test
+ is to be skipped because of an unsafe working directory name.
+
2007-11-28 Paul Eggert <eggert@cs.ucla.edu>
Close a file descriptor leak when cp --preserve=context fails.