1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

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.
This commit is contained in:
Marc Hoersken 2014-02-01 13:49:58 +01:00
parent 2c49f2e3db
commit efc112079c
9 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -38,7 +38,7 @@ opcode: 1
filename: /1099
mode: octet
</protocol>
<stdout mode="text">
<stdout>
data for 1099
</stdout>
</verify>

View File

@ -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

View File

@ -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>

View File

@ -49,12 +49,12 @@ RETR file1348
QUIT
</protocol>
<file1 name="log/file1348" mode="text">
<file1 name="log/file1348">
fooo
mooo
</file1>
<file2 name="log/stdout1348" mode="text">
<file2 name="log/stdout1348">
</file2>
</verify>

View File

@ -44,12 +44,12 @@ RETR file1378
QUIT
</protocol>
<file1 name="log/download1378" mode="text">
<file1 name="log/download1378">
fooo
mooo
</file1>
<file2 name="log/stdout1378" mode="text">
<file2 name="log/stdout1378">
</file2>
</verify>

View File

@ -44,12 +44,12 @@ RETR file1385
QUIT
</protocol>
<file1 name="log/download1385" mode="text">
<file1 name="log/download1385">
fooo
mooo
</file1>
<file2 name="log/stdout1385" mode="text">
<file2 name="log/stdout1385">
</file2>
</verify>

View File

@ -30,7 +30,7 @@ curl memory tracking operational
#
# Verify data after the test has been "shot"
<verify>
<file name="log/memdump" mode="text">
<file name="log/memdump">
MEM tool_paramhlp.c
MEM tool_cfgable.c
</file>