about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-13 00:27:24 +0000
committerdana <dana@dana.is>2020-01-15 19:20:33 -0600
commitedc04bd94656a152e17f06188bcef172d62a3ad4 (patch)
tree3f8eb8f9889fe502bd1134ffb1c3a9042b94e0ad /Test
parente899c21863a69226b4e650940c327a3b460023c0 (diff)
downloadzsh-edc04bd94656a152e17f06188bcef172d62a3ad4.tar.gz
zsh-edc04bd94656a152e17f06188bcef172d62a3ad4.tar.xz
zsh-edc04bd94656a152e17f06188bcef172d62a3ad4.zip
45291: A glob with a trailing slash will now match unreadable/unexecutable directories.
Diffstat (limited to 'Test')
-rw-r--r--Test/D02glob.ztst2
1 files changed, 1 insertions, 1 deletions
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