diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-07 15:40:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-07 15:40:34 +0000 |
commit | f63b677f53d19553e7f63755fe4575638d64ae86 (patch) | |
tree | fbda1949858eafb581c7b3533aac79b00588e94c /Test/A06assign.ztst | |
parent | 4c8796b11deef3b75ea487ccf74a8f76674e5a9c (diff) | |
download | zsh-f63b677f53d19553e7f63755fe4575638d64ae86.tar.gz zsh-f63b677f53d19553e7f63755fe4575638d64ae86.tar.xz zsh-f63b677f53d19553e7f63755fe4575638d64ae86.zip |
21042: add test for bug fixed in 21041
Diffstat (limited to 'Test/A06assign.ztst')
-rw-r--r-- | Test/A06assign.ztst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst index fa3714f22..3093c35ca 100644 --- a/Test/A06assign.ztst +++ b/Test/A06assign.ztst @@ -251,3 +251,16 @@ echo $u 0:add array to indexed unset variable >a z + + repeat 10 PATH=. echo hello +0:saving and restoring of exported special parameters +>hello +>hello +>hello +>hello +>hello +>hello +>hello +>hello +>hello +>hello |