diff options
| author | Barton E. Schaefer <schaefer@zsh.org> | 2015-11-26 11:15:51 -0800 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-11-26 11:15:51 -0800 |
| commit | 211889c982494eae3f814b4c4822774eb25e60b5 (patch) | |
| tree | d80d999cd3b03b3218eccf4eb904222d33643eb2 | |
| parent | 37225: fix test for typeset with zsh/param/private (diff) | |
| download | zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.gz zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.bz2 zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.lz zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.xz zsh-211889c982494eae3f814b4c4822774eb25e60b5.tar.zst zsh-211889c982494eae3f814b4c4822774eb25e60b5.zip | |
Comment should say export is equivalent to typeset -xg
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Test/B02typeset.ztst | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |
