This:

rm -rf a b
mkdir a
mv a b/

fails on Linux with coreutils-5.93:

mv: target `b/' is not a directory: No such file or directory

In previous releases (such as 5.2.1) it has worked.  The rename() call
is also happy with the trailing slash.

Is this a regression, or an intentional change?

Original bug report:
  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174253

Tim.
*/

Attachment: pgpQllXudinPP.pgp
Description: PGP signature

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to