aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/glob_and_assign.right
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-17 07:24:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-17 07:24:29 +0000
commit30c9cc5b178932bc417846919eaa2fc1bf8e5996 (patch)
tree57e6d113f605411ee3fe272fdc0746d7f189f71c /shell/hush_test/hush-bugs/glob_and_assign.right
parentc7985b76c5174c4c224b67e29dd554443f80f47e (diff)
downloadbusybox-30c9cc5b178932bc417846919eaa2fc1bf8e5996.tar.gz
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
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