From 6245d3e32fec771a9ccc67f533b868c34fd25c03 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 21 Jun 2005 08:58:43 +0000 Subject: 21317: fix bug where recursive glob within e qualifier would hang the shell --- Test/D02glob.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test/D02glob.ztst') 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 -- cgit 1.4.1