From 64a26b209147e4f99e752eceb44905e71feb5ab0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 25 Sep 2018 16:38:32 +0000 Subject: unposted: Add a test for 43546. --- Test/B02typeset.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test') diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 996af064f..b53f42f83 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -819,3 +819,8 @@ > [one]=two > [three]='' >) + + (typeset -a -U foo=(bar bar) + typeset -p foo) +0:typeset -p of typeset -U +>typeset -aU foo=( bar ) -- cgit 1.4.1