From a82a2564dd9c20592f8b7744f96e45a40dc5c6cb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 15 Oct 2004 10:21:02 +0000 Subject: 20490: Don't assume null termination for test string in pattern matching. --- Test/D02glob.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test/D02glob.ztst') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index 6761b3753..ab75d957b 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -302,3 +302,8 @@ print glob.tmp/*(/^F) 0:Just empty dirs >glob.tmp/dir4 + + setopt extendedglob + print glob.tmp/**/*~*/dir3(/*|(#e))(/) +0:Exclusions with complicated path specifications +>glob.tmp/dir1 glob.tmp/dir2 glob.tmp/dir4 -- cgit 1.4.1