diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-07-17 16:40:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-07-17 16:40:24 +0300 |
commit | 1b27609ecc99e778ce9e59a6c9cf922dc82c91bb (patch) | |
tree | 64dadc7f3d12fd04b4ec48934a393c73eb834289 /test/ChangeLog | |
parent | f38d8c4728d210ee21367e7fda3f43f37f59154d (diff) | |
download | gawk-1b27609ecc99e778ce9e59a6c9cf922dc82c91bb.tar.gz |
Have 'make check' check for GAWK_PERSIST_FILE and error if so.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 729bd20a..45bde0db 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2022-07-17 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (env-check): New target to check that GAWK_PERSIST_FILE + is not set. Thanks to Terence Kelly for the suggestion. + 2022-07-11 Arnold D. Robbins <arnold@skeeve.com> * time.ok: Adjust after code changes. |