From 14231691e15744c0aac39224e9aa0d84835313fe Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 18 Nov 2008 10:07:31 +0000 Subject: 26061: fix clash between process subst and numeric glob 26062: additional compmatch change, missed from 26047 --- Test/D02glob.ztst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test/D02glob.ztst') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index d5f654a71..74f933842 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -386,3 +386,9 @@ [[ foo = (#c0)foo ]] 1:Misplaced (#c...) flag ?(eval):1: bad pattern: (#c0)foo + + mkdir glob.tmp/dir5 + touch glob.tmp/dir5/N123 + print glob.tmp/dir5/N<->(N) +0:Numeric glob is not usurped by process substitution. +>glob.tmp/dir5/N123 -- cgit 1.4.1