Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Tests for globbing below protected directories
- X-seq: zsh-workers 47898
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Tests for globbing below protected directories
- Date: Mon, 1 Feb 2021 18:45:15 -0800
- Archived-at: <https://zsh.org/workers/47898>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/CAH%2Bw%3D7Y7dTEVNz42zpTwmdWBeAV2UWVeYRZZjQhs5LzN2E_idg%40mail.gmail.com>
- In-reply-to: <20210126235605.GC25751@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7bwDpyu0Anj5wpQ-v+ATFZ7fvqfz9RSeoE6ahRu=QVGLQ@mail.gmail.com> <20210126235605.GC25751@tarpaulin.shahaf.local2>
On Tue, Jan 26, 2021 at 3:56 PM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> It's a little counter-intuitive that foo/* is not a superset of foo/file. The
> former can't tractably discover d111/file, of course. As to whether
> foo/file fall back to readdir() when the directory is readable but not
> executable
I'm not sure what you mean here. There's no comparison of foo/* to
foo/file ... the test case is comparing f*/* to f*/file
Does that mean there's a test case missing?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author