diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Test/B02typeset.ztst | 2 |
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 |