aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:17:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:17:09 +0300
commitd1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e (patch)
treed9797b1d779f47fce4985a84ec82280f3b5351e7 /test/ChangeLog
parentc268ee9b76c8af9d4a1657d803ebc105d7d858d9 (diff)
downloadegawk-d1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e.tar.gz
egawk-d1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e.tar.bz2
egawk-d1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e.zip
Robustify the charset tests against missing locales.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 2bd627da..10d707cd 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,10 @@
* fts.awk: Skip atime to avoid spurious timestamp
differences. Thanks to Nelson Beebe for pointing this out.
+ * Makefile.am (charset-all): Group the charset tests
+ inside a check for locale support. Thanks to Nelson Beebe
+ for finally motivating me to do this.
+ (charset-msg-start): Update test of message some.
2015-04-08 Eli Zaretskii <eliz@gnu.org>