summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-26 11:15:51 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-26 11:15:51 -0800
commit211889c982494eae3f814b4c4822774eb25e60b5 (patch)
treed80d999cd3b03b3218eccf4eb904222d33643eb2
parent2bab9f0394e5642e8a72511ba846d0faffe4e69f (diff)
downloadzsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.gz
zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.xz
zsh-211889c982494eae3f814b4c4822774eb25e60b5.zip
Comment should say export is equivalent to typeset -xg
-rw-r--r--ChangeLog2
-rw-r--r--Test/B02typeset.ztst2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6d4b52fc..286e4b9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-11-26  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted (cf. 37226): Test/B02typeset.ztst: export == typeset -xg
+
 	* 37225: Test/V10private.ztst: fix test from 37208
 
 	* 37224: Test/B02typeset.ztst: delete obsolete comment
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 0aa16d2e3..1b8caee0a 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -4,7 +4,7 @@
 
 # Equivalences:
 #  declare	typeset
-#  export	typeset -x
+#  export	typeset -xg
 #  float	typeset -E
 #  functions	typeset -f
 #  integer	typeset -i