about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-06-16 09:52:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-06-16 09:52:24 +0000
commit9eb94d52ad3424d53c762d4234f087b93f276f31 (patch)
treed2cc1ef0404cbb62885267ebde10ad6f149929eb /Test
parent4a4fa1af68df33d7b6841b93e44d5a71304dd839 (diff)
downloadzsh-9eb94d52ad3424d53c762d4234f087b93f276f31.tar.gz
zsh-9eb94d52ad3424d53c762d4234f087b93f276f31.tar.xz
zsh-9eb94d52ad3424d53c762d4234f087b93f276f31.zip
17967, 17985: port to 4.0 fixes for typeset test
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 da04a79e2..3872c89ac 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 \! \# \$ \* - \? @ 0
+ typeset -h +g -m \*
+ unset -m \*
  integer i=9
  float -H f=9
  declare -t scalar