summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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