[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] testsuite failures on Fedora
From: |
Pádraig Brady |
Subject: |
Re: [coreutils] testsuite failures on Fedora |
Date: |
Fri, 17 Sep 2010 11:06:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
On 17/09/10 10:34, Jim Meyering wrote:
>> FAIL: misc/stat-mount (exit: 1)
>> ===============================
> ...
>> + stat_mnt=/shared/home
>> + test /shared = /shared/home
>> + fail=1
> ...
>> Here, the failure is that I have /home bind-mounted on /shared/home,
>> and since I ran the test under /home, the mount location reported by
>> df is different than the one reported by stat -c%m. This is a new
>> test, and I'm not sure what to do about the issue (whether stat needs
>> fixing to deal with bind mounts, or whether the test is at fault).
>
> If there's a reliable mechanism to determine
> that there is a potentially interfering bind mount,
> I'd like to skip this test.
Oops, invalid test.
I had forgotten I resolved the bind mount in that case also.
I'll cook up a fix this evening to skip the test if the inodes match
or something like that.
cheers,
Pádraig.