bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mv checks that fail...


From: Jim Meyering
Subject: Re: mv checks that fail...
Date: Wed, 18 Jun 2003 07:55:24 +0200

"Alfred M. Szmidt" <address@hidden> wrote:
>>From todays CVS the following test(s) fail (full log, so scroll down a bit):
...

Have you perhaps hacked ls.c so that it always prints the `author' name?
It seems like something like that is causing these differences: e.g.,

  - 1 cp loc_reg rem_sl [cp: `loc_reg' and `rem_sl' are the same file 
](loc_reg) (rem_sl -> dir/loc_reg)
  + 1 cp loc_reg rem_sl [cp: `loc_reg' and `rem_sl' are the same file 
](loc_reg) (02:28 rem_sl -> dir/loc_reg)

  - 0 cp --rem -d loc_reg rem_sl (loc_reg) (rem_sl)
  + 0 cp --rem -d loc_reg rem_sl (loc_reg) (:28 rem_sl)

> *** expected-22938    Wed Jun 18 02:28:33 2003
> --- actual-22938      Wed Jun 18 02:28:33 2003
> ***************
> *** 1,33 ****
> ! 1 cp loc_reg rem_sl [cp: `loc_reg' and `rem_sl' are the same file 
> ](loc_reg) (rem_sl -> dir/loc_reg)
>   0 cp --rem loc_reg rem_sl (loc_reg) (rem_sl)
> ! 0 cp --rem -d loc_reg rem_sl (loc_reg) (rem_sl)
...
> --- 1,33 ----
> ! 1 cp loc_reg rem_sl [cp: `loc_reg' and `rem_sl' are the same file 
> ](loc_reg) (02:28 rem_sl -> dir/loc_reg)
>   0 cp --rem loc_reg rem_sl (loc_reg) (rem_sl)
> ! 0 cp --rem -d loc_reg rem_sl (loc_reg) (:28 rem_sl)
...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]