about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-11-26 15:31:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-11-26 15:31:20 +0000
commit252da01c87086db05083be7e66804e28fcf50c89 (patch)
treece04ae79b3ef1af5b7c6ce675443847b2c12faa2 /Test
parent188259446513aedc193d887cd974f1646371a0c1 (diff)
downloadzsh-252da01c87086db05083be7e66804e28fcf50c89.tar.gz
zsh-252da01c87086db05083be7e66804e28fcf50c89.tar.xz
zsh-252da01c87086db05083be7e66804e28fcf50c89.zip
17967: Quote some arguments in B02typeset.ztst.
Diffstat (limited to 'Test')
-rw-r--r--Test/B02typeset.ztst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 04b98ac96..2c10f31b5 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -223,9 +223,9 @@
 >scalar a r y
 
  # The first declare works around the "not an identifier" bug with -h
- declare \! \# \$ * - ? @
- typeset -h +g -m *
- unset -m *
+ declare \! \# \$ \* - \? @
+ typeset -h +g -m \*
+ unset -m \*
  integer i=9
  float -H f=9
  declare -t scalar