aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/glob_and_assign.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-bugs/glob_and_assign.right')
-rw-r--r--shell/hush_test/hush-bugs/glob_and_assign.right8
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/hush_test/hush-bugs/glob_and_assign.right b/shell/hush_test/hush-bugs/glob_and_assign.right
index dae832361..d46e44363 100644
--- a/shell/hush_test/hush-bugs/glob_and_assign.right
+++ b/shell/hush_test/hush-bugs/glob_and_assign.right
@@ -1,2 +1,6 @@
-ZVAR=z.map
-*.map
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+*.tmp
+ZVAR=z.tmp z.tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp