summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2025-05-14 14:52:41 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2025-05-14 14:53:12 +0000
commit5db0d046b65a464f9be3560ab4eb298cd30864a1 (patch)
tree3f4e2cf3bfd5579ea4af33dfe23d45547a7ecc8b /ChangeLog
parent53524 (cf. 53607): Add an XFAIL test for a 'whence -s' bug involving non-syml... (diff)
downloadzsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.gz
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.bz2
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.lz
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.xz
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.zst
zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.zip
53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'.
Makes the new test PASS. Review-by: Bart Schaefer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd370cb09..6e7f96f41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 53607: Src/utils.c, Test/B13whence.ztst: Stop printing
+ /usr/bin/foo -> /usr/bin/foo in 'whence -s'.
+
* 53524 (cf. 53607): Test/B13whence.ztst: Add an XFAIL test for a
'whence -s' bug involving non-symlink arguments.