summary refs log tree commit diff
path: root/Test
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 /Test
parent2bab9f0394e5642e8a72511ba846d0faffe4e69f (diff)
downloadzsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.gz
zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.xz
zsh-211889c982494eae3f814b4c4822774eb25e60b5.zip
Comment should say export is equivalent to typeset -xg
Diffstat (limited to 'Test')
-rw-r--r--Test/B02typeset.ztst2
1 files changed, 1 insertions, 1 deletions
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