about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Test/B02typeset.ztst6
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index db5173d78..f729b90c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-16  Peter Stephenson  <pws@csr.com>
+
+	* 17967, 17985 (Bart Schaefer <schaefer@zsh.org>):
+	Test/B02typeset.ztst: adjust hiding/tagging test so it no
+	longer fails.
+
 2003-06-05  Oliver Kiddle  <opk@zsh.org>
 
 	* 18607: Completion/Unix/Command/_rlogin: correctly handle
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