about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-07-22 12:57:29 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-07-22 12:57:29 -0700
commitcd690f45316aede3c617e70ad0abae8b7dcd2f80 (patch)
tree56286603c244eea17c44d61f5bf37f19bb94061c /Test
parenta1f8d4ffc73293e0461c01ff005194a474854376 (diff)
downloadzsh-cd690f45316aede3c617e70ad0abae8b7dcd2f80.tar.gz
zsh-cd690f45316aede3c617e70ad0abae8b7dcd2f80.tar.xz
zsh-cd690f45316aede3c617e70ad0abae8b7dcd2f80.zip
fix another test for 35581
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