[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: fix removed-directory test
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] tests: fix removed-directory test |
Date: |
Sat, 23 May 2020 18:46:20 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 2020-05-23 18:08, Pádraig Brady wrote:
> On 23/05/2020 02:45, Bernhard Voelker wrote:
>> +# On NFS, 'ls' would run into the error "Stale file handle".
>> +test -d . || skip_ "can't examine removed working directory on this
>> platform"
> It might be worth putting a require_local_dir_ at the top of the test also?
Actually I was unsure whether to test for the actual error ("Stale file
handle"),
using 'test -d .' as Paul did, and to generally rule out remote file systems.
Maybe the latter is a too big hammer? I mean, this test should verify a certain
behavior on any file system type.
Have a nice day,
Berny