aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-glob/glob_bkslash_in_var.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-glob/glob_bkslash_in_var.right')
-rw-r--r--shell/hush_test/hush-glob/glob_bkslash_in_var.right4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-glob/glob_bkslash_in_var.right b/shell/hush_test/hush-glob/glob_bkslash_in_var.right
new file mode 100644
index 000000000..f1484b9e4
--- /dev/null
+++ b/shell/hush_test/hush-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'