]> git.ipfire.org Git - thirdparty/curl.git/commit
TrackMemory tests: always remove CR before LF
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 6 Jan 2020 10:11:50 +0000 (11:11 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 6 Jan 2020 19:56:27 +0000 (20:56 +0100)
commit8cf875ed3b0b50df2e159be778766cf246fe6fbe
tree744ccbc4f2fa8d09a8cc20679a219ea837f97a9a
parent9275c2be8cd18af5afb2a6c95b18a6aeb5ee529d
TrackMemory tests: always remove CR before LF

It was removed for output containing ' =' via `s/ =.*//`. With classic
MinGW, this made lines with `free()` end with CRLF, but lines with e.g.
`malloc()` end with only LF. The tests expect LF only.

Closes https://github.com/curl/curl/pull/4788
tests/data/test1330
tests/data/test558