diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-24 23:15:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-25 14:21:25 +0200 |
commit | 53151db1674a1b2b26ce07824374ba681c4b8d07 (patch) | |
tree | 46410b63d8cfd4a0fa71f35fdee674ba1a5bd691 /tests/data/test1201 | |
parent | cb64c987a062a9c16ab997415a1440182edb069a (diff) | |
download | curl-53151db1674a1b2b26ce07824374ba681c4b8d07.tar.gz |
gopher: fix test case line endings
Patches over email very easily lose CRLF line endings in files otherwise
LF-only so I had to put them back where needed.
Diffstat (limited to 'tests/data/test1201')
-rw-r--r-- | tests/data/test1201 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1201 b/tests/data/test1201 index 071e4551a..bb3ccc5ef 100644 --- a/tests/data/test1201 +++ b/tests/data/test1201 @@ -11,9 +11,9 @@ SELECTOR # Server-side <reply> <datacheck> -iMenu results error.host 1 -0Selector /selector/SELECTOR /bar bar.foo.invalid 70 -. +iMenu results error.host 1
+0Selector /selector/SELECTOR /bar bar.foo.invalid 70
+.
</datacheck> </reply> @@ -34,7 +34,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR # Verify data after the test has been "shot" <verify> <protocol> -/selector/SELECTOR +/selector/SELECTOR
</protocol> </verify> </testcase> |