From cd690f45316aede3c617e70ad0abae8b7dcd2f80 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Wed, 22 Jul 2015 12:57:29 -0700 Subject: fix another test for 35581 --- Test/B02typeset.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') 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 -- cgit 1.4.1