diff options
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 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 |