summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-26 09:28:59 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-26 09:28:59 -0800
commite4aec8c19739bf100cfa304708b7975d340a2772 (patch)
tree61181a6dfc1b5c484fcd039f57c59d68e538d22f
parentd590646673007c4f750bbd4a481e5574a31d2b64 (diff)
downloadzsh-e4aec8c19739bf100cfa304708b7975d340a2772.tar.gz
zsh-e4aec8c19739bf100cfa304708b7975d340a2772.tar.xz
zsh-e4aec8c19739bf100cfa304708b7975d340a2772.zip
37224: delete obsolete comment
-rw-r--r--ChangeLog4
-rw-r--r--Test/B02typeset.ztst2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9318562a9..132ed20dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-26  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 37224: Test/B02typeset.ztst: delete obsolete comment
+
 2015-11-26  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Matthew Martin: 37100: Completion/Unix/Command/_sysctl:
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 2b8e5445c..0aa16d2e3 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -4,7 +4,7 @@
 
 # Equivalences:
 #  declare	typeset
-#  export	typeset -x		and typeset -x implies -g
+#  export	typeset -x
 #  float	typeset -E
 #  functions	typeset -f
 #  integer	typeset -i