summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-07-17 16:40:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-07-17 16:40:24 +0300
commit1b27609ecc99e778ce9e59a6c9cf922dc82c91bb (patch)
tree64dadc7f3d12fd04b4ec48934a393c73eb834289 /test/ChangeLog
parentf38d8c4728d210ee21367e7fda3f43f37f59154d (diff)
downloadgawk-1b27609ecc99e778ce9e59a6c9cf922dc82c91bb.tar.gz
Have 'make check' check for GAWK_PERSIST_FILE and error if so.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
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.