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:
parent
1550e844b1
commit
6d13432bfa
@ -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>
|
||||||
|
@ -45,7 +45,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
<stdout>
|
<stdout mode="text">
|
||||||
208
|
208
|
||||||
</stdout>
|
</stdout>
|
||||||
</verify>
|
</verify>
|
||||||
|
Loading…
Reference in New Issue
Block a user