about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Test/B02typeset.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 0d7f0dcd5..048e5cdbe 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -342,7 +342,7 @@
 >scalar a r y
 
  # The first declare works around the "not an identifier" bug with -h
- declare \! \# \$ \* - \? @ 0
+ (declare \! \# \$ \* - \? @ 0
  typeset -h +g -m \*
  unset -m \*
  integer i=9
@@ -350,7 +350,7 @@
  declare -t scalar
  declare -H -a array
  typeset
- typeset +
+ typeset +)
 0:Parameter hiding and tagging, printing types and values
 >array local array
 >float local f