Commit efc11207 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

test suite: stop conversion of valid output to CRLF on Windows

Since the output isn't actually being written in text-mode and it
was rather used as a workaround, disable text-mode for these tests.
parent 2c49f2e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
<stdout mode="text">
<stdout>
HTTP/1.1 301 This is a weirdo text message swsclose
Location: data/10800002.txt?coolsite=yes
Content-Length: 62
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
<stdout mode="text">
<stdout>
HTTP/1.1 301 This is a weirdo text message swsclose
Location: data/10810099.txt?coolsite=yes
Content-Length: 62
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ opcode: 1
filename: /1099
mode: octet
</protocol>
<stdout mode="text">
<stdout>
data for 1099
</stdout>
</verify>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ none
<verify>
<file1 name="log/stderr1221" mode="text">
</file1>
<file2 name="log/stdout1221" mode="text">
<file2 name="log/stdout1221">
Testing curl_10char_object_name...

result: 16AFKPQRST expected: 16AFKPQRST input: 123__678__ABC__FGH__KLM__PQRSTUV
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ nothing
#
# Verify data after the test has been "shot"
<verify>
<file name="log/memdump" mode="text">
<file name="log/memdump">
MEM unit1330.c: malloc()
MEM unit1330.c: free()
</file>
Loading