Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -38,7 +38,7 @@ opcode: 1
filename: /1099
mode: octet
</protocol>
<stdout mode="text">
<stdout>
data for 1099
</stdout>
</verify>
......
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment