about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-10-26 19:04:47 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-10-26 19:04:47 +0000
commit9a551ca85999ff329714fd2cca138ce2f7d3c3d9 (patch)
treed51276834fd385725b41064f631500b05f10de82 /ChangeLog
parentb4f7ccecd93ca9e64c3c3c774fdaefae83d7204a (diff)
downloadzsh-9a551ca85999ff329714fd2cca138ce2f7d3c3d9.tar.gz
zsh-9a551ca85999ff329714fd2cca138ce2f7d3c3d9.tar.xz
zsh-9a551ca85999ff329714fd2cca138ce2f7d3c3d9.zip
33542: test logic for waiting for already exited processes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c75b870de..3fbc9d7d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 33542: Test/A05execution.ztst: test previous patch.
+
 	* 33531 (plus fix to test job pointer and removing
 	lastpid_status): Doc/Zsh/builtins.yo, Doc/Zsh/options.yo,
 	Src/exec.c, Src/init.c, Src/jobs.c, Src/linklist.c,