diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/B02typeset.ztst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 04b98ac96..2c10f31b5 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 \! \# \$ \* - \? @ + typeset -h +g -m \* + unset -m \* integer i=9 float -H f=9 declare -t scalar |