summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-20 19:03:27 +0200
committerBruno Haible <bruno@clisp.org>2023-04-20 19:03:27 +0200
commit60e3e2105814c20cd2cd3dd1f9d20f254e34d81b (patch)
tree954e9eb448b78846d5696bf555eceba92b601041 /ChangeLog
parent17970797ba2c8ea455043fd6b6e108b7540b544a (diff)
downloadgnulib-60e3e2105814c20cd2cd3dd1f9d20f254e34d81b.tar.gz
readtokens tests: Fix test failure on mingw.
* tests/test-readtokens.sh: Transform CRLF to LF in the output, before comparing with the expected output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b727f88c..4c21a9730e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-04-20 Bruno Haible <bruno@clisp.org>
+ readtokens tests: Fix test failure on mingw.
+ * tests/test-readtokens.sh: Transform CRLF to LF in the output, before
+ comparing with the expected output.
+
parse-duration tests: Fix test failure on mingw.
* tests/test-parse-duration.sh: Transform CRLF to LF in the output,
before analyzing the output.