diff options
author | Peter Stephenson <pws@zsh.org> | 2013-10-24 17:51:19 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-10-24 17:51:19 +0100 |
commit | f91bf85cc3c056cc4109eb5f34515bec35006d84 (patch) | |
tree | 686f0ac0f3dc2caf1d063e6eebf8e1a1e8e8fb95 /ChangeLog | |
parent | 7a5b85292a73b384a88a17a2b327539c608a4349 (diff) | |
download | zsh-f91bf85cc3c056cc4109eb5f34515bec35006d84.tar.gz zsh-f91bf85cc3c056cc4109eb5f34515bec35006d84.tar.xz zsh-f91bf85cc3c056cc4109eb5f34515bec35006d84.zip |
31888: Add another test for pipestatus.
This one was reliably failing before the fix, see zsh-workers-31870
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 09201dd38..416e8de76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-10-24 Peter Stephenson <p.stephenson@samsung.com> + * 31888: Test/A05execution.ztst: add test of pipestatus + that was reliable failing before 31879. + * 31882: Src/Zle/compcore.c: better insulation of completion widget excecution against job environment. |