1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 17:18:48 -05:00

tests: fixes for Windows line endlings

Set mode="text" when line endings depend on the system representation.

Closes https://github.com/curl/curl/pull/2772
This commit is contained in:
Marcel Raad 2018-07-21 12:24:08 +02:00
parent 1550e844b1
commit 6d13432bfa
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Accept: */*
</protocol> </protocol>
# This allows the last 4 letters of the bar to get updated without it # This allows the last 4 letters of the bar to get updated without it
# matters. We're mostly checking the width of it anyway. # matters. We're mostly checking the width of it anyway.
<file name="log/stderrlog1148"> <file name="log/stderrlog1148" mode="text">
bar 100.0% bar 100.0%
</file> </file>
<stripfile> <stripfile>

View File

@ -45,7 +45,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */* Accept: */*
</protocol> </protocol>
<stdout> <stdout mode="text">
208 208
</stdout> </stdout>
</verify> </verify>