summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-11-17 00:04:08 +0100
committerJim Meyering <meyering@redhat.com>2007-11-17 00:04:08 +0100
commit6076d0ae2fdae2ebaac6d5a6c793539615471742 (patch)
treea729c0382bd5ab78a0ad2a2dfc7ed1ad1035db9b /ChangeLog
parenta2f12f2e416b795f11ae059543716a6ec50f048d (diff)
downloadcoreutils-6076d0ae2fdae2ebaac6d5a6c793539615471742.tar.xz
Port tests/rmdir/ignore away from GNU/Linux.
* tests/rmdir/ignore: Don't assume that rmdir($PWD) will fail with errno==ENOTEMPTY when $PWD is not empty; Posix also allows rmdir to fail with errno==EBUSY.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46deded14..0e6c87a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port tests/rmdir/ignore away from GNU/Linux.
+ * tests/rmdir/ignore: Don't assume that rmdir($PWD) will fail
+ with errno==ENOTEMPTY when $PWD is not empty; Posix also allows
+ rmdir to fail with errno==EBUSY.
+
2007-11-16 Jim Meyering <meyering@redhat.com>
Avoid an obscure new "make distcheck" failure.