diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-10 12:05:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-10 12:05:05 +0200 |
commit | ad97d3d884136a2bad487283b3a212e5cbdecd40 (patch) | |
tree | abf58a5cd97ba8ae3d43fd13b7e38709f5407b67 | |
parent | c2526c4c963c3f6f86f0f98cf58f87a80513e13f (diff) | |
download | egawk-ad97d3d884136a2bad487283b3a212e5cbdecd40.tar.gz egawk-ad97d3d884136a2bad487283b3a212e5cbdecd40.tar.bz2 egawk-ad97d3d884136a2bad487283b3a212e5cbdecd40.zip |
Fix badargs test after code change.
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/badargs.ok | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ab34e98b..4586d02e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-11-10 Arnold D. Robbins <arnold@skeeve.com> + + * badargs.ok: Updated after code change. + 2017-10-19 Arnold D. Robbins <arnold@skeeve.com> * 4.2.0: Release tar ball made. diff --git a/test/badargs.ok b/test/badargs.ok index 6b3d88bd..7986c022 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -35,6 +35,7 @@ To report bugs, see node `Bugs' in `gawk.info' which is section `Reporting Problems and Bugs' in the printed version. This same information may be found at https://www.gnu.org/software/gawk/manual/html_node/Bugs.html. +PLEASE do NOT try to report bugs by posting in comp.lang.awk. gawk is a pattern scanning and processing language. By default it reads standard input and writes standard output. |