Skip to content

Commit

Permalink
tests: fixes for Windows line endlings
Browse files Browse the repository at this point in the history
Set mode="text" when line endings depend on the system representation.

Closes #2772
  • Loading branch information
MarcelRaad committed Jul 21, 2018
1 parent 1550e84 commit 6d13432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/test1148
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test1164
Expand Up @@ -45,7 +45,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
<stdout>
<stdout mode="text">
208
</stdout>
</verify>
Expand Down

0 comments on commit 6d13432

Please sign in to comment.