summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-28 13:36:37 +0100
committerJim Meyering <jim@meyering.net>2006-11-28 13:36:37 +0100
commit1ddf7faf11c9f24d2822bf9e588895743bd5e3fa (patch)
tree4ba984731f04dfe307183a1e6e7bd0a4f7da231c /ChangeLog
parentdb7092bed3d172f7033dab05b62ad131046f1bf3 (diff)
downloadcoreutils-1ddf7faf11c9f24d2822bf9e588895743bd5e3fa.tar.xz
* tests/mv/no-target-dir: Detect a buggy rename syscall. If found,
skip this test. This happens at least on ia64 linux-2.4.19 w/ext3. Reported by Matthew Woehlke.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67fd95e17..714f8b91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-11-28 Jim Meyering <jim@meyering.net>
+ * tests/mv/no-target-dir: Detect a buggy rename syscall. If found,
+ skip this test. This happens at least on ia64 linux-2.4.19 w/ext3.
+ Reported by Matthew Woehlke.
+
* tests/mv/dir2dir: Also accept EBUSY.
Reported by Matthew Woehlke.