diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-28 18:47:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-28 18:47:09 +0000 |
commit | 14af6eb4620f20cf844e583354b81bf9bbd89186 (patch) | |
tree | fe3c2c8805eb51775755c8e97701201a45f2bd3f /ChangeLog | |
parent | fac33c194cb68d0d7335815a2cc5d3961da39b4d (diff) | |
download | coreutils-14af6eb4620f20cf844e583354b81bf9bbd89186.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,10 +60,11 @@ (main): Standardize on "missing destination file operand after %s" for the diagnostic, for consistency with cp.c. - * tests/ln/misc: See whether a trailing slash is followed too far. * tests/mv/diag: Don't assume "mv --target=nonexistentdir" will complain about the arg count. Adjust to new (briefer) diagnostics. + * tests/cp/fail-perm: Add a test to verify that we get the new + diagnostic when failing to copy through a symlink-to-inaccessible-dir. 2004-06-27 Paul Eggert <eggert@cs.ucla.edu> |