On Wed, Mar 28, 2018, 9:54 AM Mikael Magnusson wrote: > On Wed, Mar 28, 2018 at 3:35 PM, Tatsuyuki Ishi > wrote: > > > > Reproduction steps: > > > > mkdir -p data/app > > chmod 111 data > > touch data/app/{a,b} > > ls data/app/* > > > > Actual results (zsh 5.4.2): > > > > zsh: no matches found: data/app/* > > > > Expected results (bash): > > > > data/app/a data/app/b > > Can't reproduce here. I can't reproduce this either.