about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/B02typeset.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 05b3c16ea..a059442e9 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -703,7 +703,7 @@
   print $array
 0:setting empty array in typeset
 >typeset -a array
->array=('' two '' four)
+>array=( '' two '' four )
 >typeset -a array
->array=(one '' three)
+>array=( one '' three )
 >no really nothing here