diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:34:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:34:12 +0200 |
commit | 5db85f61829f0b56001884c59c690200eb07742e (patch) | |
tree | ac91d44b614c733aabb8ea06bbb37c3846b90054 | |
parent | 969ee3cbf2255a508eca008c0b25d8a1f09bdeb3 (diff) | |
download | egawk-5db85f61829f0b56001884c59c690200eb07742e.tar.gz egawk-5db85f61829f0b56001884c59c690200eb07742e.tar.bz2 egawk-5db85f61829f0b56001884c59c690200eb07742e.zip |
Fix test/ChangeLog.
-rw-r--r-- | test/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index e51148d8..8d39af74 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,14 +1,14 @@ +2014-12-24 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (badbuild): New test. + * badbuild.awk, badbuild.in, badbuild.ok: New files. + 2014-12-24 Andrew J. Schorr <aschorr@telemetry-investments.com> * Makefile.am (check): If tests don't pass, run 'make diffout' and exit 1. Should help distros to notice when they have built gawk incorrectly. (Can you say "Fedora", boys and girls?) - Not quite unrelated: - - * Makefile.am (badbuild): New test. - * badbuild.awk, badbuild.in, badbuild.ok: New files. - 2014-11-26 Arnold D. Robbins <arnold@skeeve.com> * Gentests: Fix gensub call after adding warning. |