diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:17:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:17:09 +0300 |
commit | d1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e (patch) | |
tree | d9797b1d779f47fce4985a84ec82280f3b5351e7 /test/ChangeLog | |
parent | c268ee9b76c8af9d4a1657d803ebc105d7d858d9 (diff) | |
download | egawk-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/ChangeLog | 4 |
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> |