diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-18 20:44:46 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-18 20:45:35 +0100 |
commit | b0dfbf305a86bd8312090c6c1ff275a6f895a763 (patch) | |
tree | 3a250b559aa30c14bacbe30e73dae21546edb15c /tests/data/test1370 | |
parent | b3440f490f80b78733412d48e6c23a9cc71033ca (diff) | |
download | curl-b0dfbf305a86bd8312090c6c1ff275a6f895a763.tar.gz |
tests: specify 'text' mode for some output files in verify section
Diffstat (limited to 'tests/data/test1370')
-rw-r--r-- | tests/data/test1370 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1370 b/tests/data/test1370 index 52cc70321..26b4b151b 100644 --- a/tests/data/test1370 +++ b/tests/data/test1370 @@ -52,11 +52,11 @@ Accept: */* </protocol> -<file1 name="log/outfile1370"> +<file1 name="log/outfile1370" mode="text"> 12345 </file1> -<file2 name="log/heads1370"> +<file2 name="log/heads1370" mode="text"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake @@ -67,7 +67,7 @@ Content-Disposition: filename=name1370; charset=funny; option=strange </file2> -<file3 name="log/stdout1370"> +<file3 name="log/stdout1370" mode="text"> </file3> </verify> |