about summary refs log tree commit diff
path: root/Test/A06assign.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-04 15:39:53 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-04 15:39:53 +0000
commit16684952fbea39879dcbd4356c8d20acad4912b0 (patch)
tree1fb75f0b8378bfd11f558ced8440200128bf6de9 /Test/A06assign.ztst
parentdc8c39efffd67c42ad5c630d892928a85a92dfca (diff)
downloadzsh-16684952fbea39879dcbd4356c8d20acad4912b0.tar.gz
zsh-16684952fbea39879dcbd4356c8d20acad4912b0.tar.xz
zsh-16684952fbea39879dcbd4356c8d20acad4912b0.zip
37305: typeset -p can now output arrays on one line
Diffstat (limited to 'Test/A06assign.ztst')
-rw-r--r--Test/A06assign.ztst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst
index 1e3d2ede9..90fac555b 100644
--- a/Test/A06assign.ztst
+++ b/Test/A06assign.ztst
@@ -437,8 +437,7 @@
  typeset -p i n x f)
 0:GLOB_ASSIGN with numeric types
 >typeset -i i=0
->typeset -a n
->n=( tmpfile1 tmpfile2 )
+>typeset -a n=( tmpfile1 tmpfile2 )
 >typeset x=tmpfile2
 >typeset -E f=4.000000000e+00