coreutils
[Top][All Lists]
Advanced

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

Re: [platform-testers] new snapshot available: coreutils-8.24.150-4ab87


From: Pádraig Brady
Subject: Re: [platform-testers] new snapshot available: coreutils-8.24.150-4ab87
Date: Sat, 16 Jan 2016 11:45:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 13/01/16 18:30, Pádraig Brady wrote:
>> > FAIL: tests/mv/dup-source
>> > =========================
>> > 
>> > + diff -u exp out
>> > --- exp    2016-01-13 12:07:44.597145567 -0500
>> > +++ out    2016-01-13 12:07:44.593145610 -0500
>> > @@ -2,4 +2,4 @@
>> >  mv: cannot stat 'a': No such file or directory
>> >  mv: cannot stat 'b': No such file or directory
>> >  mv: cannot move './b' to a subdirectory of itself, 'b/b'
>> > -mv: warning: source directory 'b' specified more than once
>> > +mv: cannot move 'b' to a subdirectory of itself, 'b/b'
>> > + fail=1
> Interesting. The mv case is different to cp on this system.
> I can't think why off the top of my head.  The "earlier_file"
> must not be found in the hash for some reason.

It wasn't stored in the hash actually, because on BTRFS
the link count for a dir is always 1 (so there is no
limit on the number of subdirs).  The attached patch
always hashes specified source dirs.

cheers,
Pádraig

Attachment: mv-multi-src-btrfs.patch
Description: Text Data


reply via email to

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