summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-04-25 10:16:51 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-04-25 10:16:51 +0100
commitc6dbd862d0c5d1d539ad3d58dc1c754a9f166308 (patch)
tree1e44bf35d71399bf2c36189a1fce380fd0b43a0f /ChangeLog
parent95d861d0283e47c64980c844d66be44c6c4aad8a (diff)
downloadzsh-c6dbd862d0c5d1d539ad3d58dc1c754a9f166308.tar.gz
zsh-c6dbd862d0c5d1d539ad3d58dc1c754a9f166308.tar.xz
zsh-c6dbd862d0c5d1d539ad3d58dc1c754a9f166308.zip
42714: Add fg and bg tests.
Use ed to get minimal user interaction without needing
advanced terminal handling.

Improve test output of failures of pattern differences.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 535cf9f00..cb5354e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-25  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42714: Test/W02jobs.ztst, Test/ztst.zsh: add basic fg and bg
+	tests using ed.  Improve output on pattern difference failure in
+	tests.
+
 2018-04-24  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 42708: Src/exec.c, Src/Modules/clone.c, Src/Modules/zpty.c,