diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-17 19:21:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-17 19:21:54 +0000 |
commit | 1c1565ff3955795ad779254f1fc981a3c4ae7f1a (patch) | |
tree | 66bfe553ae4ee24572c759df7a8518cf6a52e4fa /old | |
parent | c3d98f8640fce434ff827503f69f2e6846f26383 (diff) | |
download | coreutils-1c1565ff3955795ad779254f1fc981a3c4ae7f1a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 75721dacd..8e49b8fec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -6,6 +6,8 @@ by using errno from the failed unlink, when a cross-device `mv' fails, e.g., because the destination cannot be unlinked. Prompted by a report from Karl Berry. + * tests/mv/part-fail: New test for the above. + * tests/mv/Makefile.am (TESTS): Add part-fail. 2002-03-16 Jim Meyering <meyering@lucent.com> |