From edc04bd94656a152e17f06188bcef172d62a3ad4 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 13 Jan 2020 00:27:24 +0000 Subject: 45291: A glob with a trailing slash will now match unreadable/unexecutable directories. --- Test/D02glob.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index 3d7df94c9..b8946c5b1 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -734,7 +734,7 @@ mkdir -m 444 glob.tmp/secret-d444 for 1 in 000 111 444 ; do ln -s secret-d$1 glob.tmp/secret-s$1; done print -rC 2 -- glob.tmp/secret-*/ glob.tmp/secret-*(-/) --f:unreadable directories can be globbed (users/24619, users/24626) +0:unreadable directories can be globbed (users/24619, users/24626) >glob.tmp/secret-d000/ glob.tmp/secret-d000 >glob.tmp/secret-d111/ glob.tmp/secret-d111 >glob.tmp/secret-d444/ glob.tmp/secret-d444 -- cgit 1.4.1