about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-03-18 09:57:47 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-03-18 09:57:47 -0700
commitda57ddb7c8435c78a072c4d07672d6f68f2c6680 (patch)
tree9452181e384f6ace1a17c029f1f7890e855e9094 /ChangeLog
parent848065a5a2a383b20964ae03a6c368d19692f9c2 (diff)
downloadzsh-da57ddb7c8435c78a072c4d07672d6f68f2c6680.tar.gz
zsh-da57ddb7c8435c78a072c4d07672d6f68f2c6680.tar.xz
zsh-da57ddb7c8435c78a072c4d07672d6f68f2c6680.zip
32497: avoid using comptesteval in the middle of a series of tests
The change in control required for sourcing the command file can confuse
the simulated interactive input
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 840c66d0e..6e994a2ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-18  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* Jun T: 32497: Test/X02zlevi.ztst, Test/comptest: avoid using
+	comptesteval in the middle of a series of tests; the change in
+	control required for sourcing the command file can confuse the
+	simulated interactive input
+
 2014-03-17  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Jun T: 32494: Doc/zman.yo: Yodl hack to fix indentation