From 1869eeb393e2499e9949cc3458cdd74685342540 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 13 Dec 2012 10:36:59 +0000 Subject: 30876: fix obscure failures to propagate non-zero status from optimised simple commands within lists --- Test/A06assign.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/A06assign.ztst') diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst index 84500f605..9a0a4f0cc 100644 --- a/Test/A06assign.ztst +++ b/Test/A06assign.ztst @@ -184,8 +184,8 @@ typeset -A hash hash=(one 1) - h+=string - [[ $h[@] == string ]] + hash+=string + [[ $hash[@] == string ]] 0:add scalar to association # tests of var+=(array) -- cgit 1.4.1