diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-06-21 08:58:43 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-06-21 08:58:43 +0000 |
commit | 6245d3e32fec771a9ccc67f533b868c34fd25c03 (patch) | |
tree | 7675433ff393426f7d46000c5258758a0cedd29a /Test | |
parent | 37738519483c8c5ae6a93a9177c273e1fd8dabc6 (diff) | |
download | zsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.tar.gz zsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.tar.xz zsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.zip |
21317: fix bug where recursive glob within e qualifier would hang the shell
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D02glob.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index d21aaf8c4..409a73e30 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -280,6 +280,10 @@ 0:Globbing used recursively (inside e glob qualifier) >a a b b c c + print glob.tmp/*/*(e:'reply=( glob.tmp/**/*([1]) )'::t) +0:Recursive globbing used recursively (inside e glob qualifier) +>a a a a a a a + print glob.tmp/**/(:h) 0:Head modifier >. glob.tmp glob.tmp glob.tmp glob.tmp glob.tmp/dir3 |