about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
commit23dab58b8e075db898376d2365e0481f99ab612e (patch)
treea17232e7a65ff17d985cc0402b10f478144f5307 /ChangeLog
parent1fd328e84cead75dac5fac05b303c6186937395e (diff)
downloadzsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.gz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.xz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.zip
Fix problems with tests for 50126 and 50150.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5648c3cd9..3d251d71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-05-02  Bart Schaefer  <schaefer@zsh.org>
+
+	* unposted (cf. Jun-ichi 50164): Test/E01options.ztst: add sleep
+	after nullexec test to allow background process to flush writes
+	(observed only on MacOS Monterey 12).
+
+	* 50162: Test/D07multibyte.ztst: Tweak 50150 test to check proper
+	metafication of array elements and to ignore collation variances
+
 2022-05-01  Bart Schaefer  <schaefer@zsh.org>
 
 	* 50160: Test/D03procsubst.ztst, Test/E01options.ztst: Regression