about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-12-13 11:40:03 +0100
committerOliver Kiddle <opk@zsh.org>2023-12-13 11:40:03 +0100
commit10c3ed20c7068a0564a812ddc232c8f35500813d (patch)
tree6e93c348d04cf2693e7b91c047e215293dc8169a /ChangeLog
parent58840922eeefc90f3e688853ac6ec365fadc3445 (diff)
downloadzsh-10c3ed20c7068a0564a812ddc232c8f35500813d.tar.gz
zsh-10c3ed20c7068a0564a812ddc232c8f35500813d.tar.xz
zsh-10c3ed20c7068a0564a812ddc232c8f35500813d.zip
52393: fix tests on Solaris by omitting -a option to diff as it is not supported there
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7867d4926..f8762aefe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-12-13  Oliver Kiddle  <opk@zsh.org>
 
+	* 52393: Test/ztst.zsh: fix tests on Solaris by omitting -a option
+	to diff as it is not supported there
+
 	* 52392: Src/makepro.awk: use octal escape to match = without
 	error messages from either GNU awk or Solaris awk