summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-11-28 17:47:59 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-11-28 17:48:26 +0000
commit324a82b360bf1be5127cb17327744e6d78fb8fe3 (patch)
treedd841406ff8d4932ed5f6bf9806f87e16fed4ed8
parentc7c51eca164ea2e23c1f10b0e63030e66588f27a (diff)
downloadzsh-324a82b360bf1be5127cb17327744e6d78fb8fe3.tar.gz
zsh-324a82b360bf1be5127cb17327744e6d78fb8fe3.zip
unposted (after 37243): Explain the breadcrumb by adding a comment.
-rw-r--r--ChangeLog5
-rw-r--r--Test/B02typeset.ztst1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edc128247..9d0314184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-28 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted (after 37243): Test/B02typeset.ztst: Explain the
+ breadcrumb by adding a comment.
+
2015-11-27 Barton E. Schaefer <schaefer@zsh.org>
* unposted: Test/V10private.ztst: %cleanup block is not called when
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 954ae32f5..fc8b3e46e 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -21,6 +21,7 @@
# Assorted illegal flag combinations
%prep
+ ## Do not remove the next line, it's used by V10private.ztst
# test_zsh_param_private
mkdir typeset.tmp && cd typeset.tmp