about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-12-06 10:23:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-12-06 10:23:15 +0000
commita02a308839ce1e61ad353fdc918211357af50e38 (patch)
tree71838fafdcc20fb8e63033e39a3cf1d986a8ee2f
parent28a62d5a4ba6a7eb8361583ad0f6f5b32e1a0ee9 (diff)
downloadzsh-a02a308839ce1e61ad353fdc918211357af50e38.tar.gz
zsh-a02a308839ce1e61ad353fdc918211357af50e38.tar.xz
zsh-a02a308839ce1e61ad353fdc918211357af50e38.zip
17985: fix hiding/tagging test
-rw-r--r--ChangeLog5
-rw-r--r--Test/B02typeset.ztst2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c00131e32..aebf5b2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-06  Bart Schaefer  <schaefer@zsh.org>
+
+	* 17985: Test/B02typeset.ztst: adjust hiding/tagging test so it no
+	longer fails (cf. 17967 below).
+
 2002-12-04  Peter Stephenson  <pws@csr.com>
 
 	* 17979: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, Src/zsh.h:
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 2c10f31b5..f69e5de73 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -223,7 +223,7 @@
 >scalar a r y
 
  # The first declare works around the "not an identifier" bug with -h
- declare \! \# \$ \* - \? @
+ declare \! \# \$ \* - \? @ 0
  typeset -h +g -m \*
  unset -m \*
  integer i=9