From 95663e936596933d529a648ed3d6c707d1a1dffe Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Mon, 8 Feb 2016 20:50:07 -0800 Subject: 37914: reparse associative array subscripts in "unset" so keys with "[" or "]" may be backslash-escaped Also fix erroneous test case this revealed. --- Test/E01options.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/E01options.ztst b/Test/E01options.ztst index f27076765..40e96afc9 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -776,7 +776,7 @@ unsetopt pathdirs pathtestdir/findme path=($oldpath) - unset $oldpath + unset oldpath rm -rf pdt_topdir pathtestdir 0:PATH_DIRS option >File in upper dir -- cgit 1.4.1