diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-10 12:59:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-10 12:59:49 +0000 |
commit | f1934ed71327177be4f798071fe13d6b120cd5ae (patch) | |
tree | fe4c9537565f65cf7f4cc19db34a3766d3f5a083 /ChangeLog | |
parent | c2666e4b18f7fbf5be3544a655a2f6a8001f1b4d (diff) | |
download | coreutils-f1934ed71327177be4f798071fe13d6b120cd5ae.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.3.1. + * tests/touch/not-owner: Skip the test if the user running it + has write access to `/'. + * src/copy.c (abandon_move): Remove erroneous UNWRITABLE check. This makes `mv -i --reply=no f1 f2' work as expected (in not performing the move operation). But note that specifying `-i' |