mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58: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>
|
||||
# This allows the last 4 letters of the bar to get updated without it
|
||||
# matters. We're mostly checking the width of it anyway.
|
||||
<file name="log/stderrlog1148">
|
||||
<file name="log/stderrlog1148" mode="text">
|
||||
bar 100.0%
|
||||
</file>
|
||||
<stripfile>
|
||||
|
@ -45,7 +45,7 @@ Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<stdout>
|
||||
<stdout mode="text">
|
||||
208
|
||||
</stdout>
|
||||
</verify>
|
||||
|
Loading…
Reference in New Issue
Block a user