diff options
Diffstat (limited to 'shell/ash_test/ash-glob/glob_bkslash_in_var.right')
-rw-r--r-- | shell/ash_test/ash-glob/glob_bkslash_in_var.right | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ash_test/ash-glob/glob_bkslash_in_var.right b/shell/ash_test/ash-glob/glob_bkslash_in_var.right new file mode 100644 index 0000000..f1484b9 --- /dev/null +++ b/shell/ash_test/ash-glob/glob_bkslash_in_var.right @@ -0,0 +1,4 @@ +Unquoted non-matching glob in var:'test*.TMP/\name_doesnt_exist' +Unquoted matching glob in var: 'testdir.TMP/name' +Quoted non-matching glob in var: 'test*.TMP/\name_doesnt_exist' +Quoted matching glob in var: 'test*.TMP/\name' |