From feca88ede6dec816878832f2129fe85b211770e4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 22 Oct 2004 15:36:35 +0000 Subject: 20513: fix tests of zero-length patterns trivial optimisation in jobs.c (unposted) --- 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 a500f443a..c7976225d 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -308,3 +308,7 @@ print glob.tmp/**/*~*/dir3(/*|(#e))(/) 0:Exclusions with complicated path specifications >glob.tmp/dir1 glob.tmp/dir2 glob.tmp/dir4 + + [[ "" = "" ]] && echo OK +0:Empty strings +>OK -- cgit 1.4.1