diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-12-06 10:23:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-12-06 10:23:15 +0000 |
commit | a02a308839ce1e61ad353fdc918211357af50e38 (patch) | |
tree | 71838fafdcc20fb8e63033e39a3cf1d986a8ee2f /Test | |
parent | 28a62d5a4ba6a7eb8361583ad0f6f5b32e1a0ee9 (diff) | |
download | zsh-a02a308839ce1e61ad353fdc918211357af50e38.tar.gz zsh-a02a308839ce1e61ad353fdc918211357af50e38.tar.xz zsh-a02a308839ce1e61ad353fdc918211357af50e38.zip |
17985: fix hiding/tagging test
Diffstat (limited to 'Test')
-rw-r--r-- | Test/B02typeset.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |