summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-03 13:37:46 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-05 11:11:59 +0000
commitb58141c4cfa6fe6c0734d83e789529ae3f920b1f (patch)
tree1d35412d1d0fa5c020a8348786cc6c891cd03452 /ChangeLog
parentd1b4e60ff5e4a5829cfca28d50b779986ae794c2 (diff)
downloadzsh-b58141c4cfa6fe6c0734d83e789529ae3f920b1f.tar.gz
zsh-b58141c4cfa6fe6c0734d83e789529ae3f920b1f.tar.xz
zsh-b58141c4cfa6fe6c0734d83e789529ae3f920b1f.zip
46175/0002: Add a regression test for 46169: the RM_STAR_SILENT logic processes the current directory rather than the root directory.
The bug will be fixed in the next commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30863e3f0..51c7fc00b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-07-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 46175/0002: Test/E01options.ztst: Add a regression test for
+	46169: the RM_STAR_SILENT logic processes the current directory
+	rather than the root directory.
+
 	* 46175/0001: Test/E01options.ztst: Add a unit test for the
 	RM_STAR_SILENT option.