Bug#376749: coreutils: Incorrect error message in mv (due to incorrect behavior)

2006-07-05 Thread Jim Meyering
Florent Bayle <[EMAIL PROTECTED]> wrote: > Package: coreutils > Version: 5.96-5 > Severity: normal > > To be brief : > [EMAIL PROTECTED]:/tmp# mkdir -p test1/test test2/test; touch > test1/test/file; mv test2/* test1/ > mv: cannot move `test2/test' to a subdirectory of itself, `test1/test' > [EMAI

Bug#376749: coreutils: Incorrect error message in mv (due to incorrect behavior)

2006-07-04 Thread Florent Bayle
Package: coreutils Version: 5.96-5 Severity: normal Hi, To be brief : [EMAIL PROTECTED]:/tmp# mkdir -p test1/test test2/test; touch test1/test/file; mv test2/* test1/ mv: cannot move `test2/test' to a subdirectory of itself, `test1/test' [EMAIL PROTECTED]:/tmp# It seems to be an incorrect error