diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-03 14:06:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-03 14:06:03 +0000 |
commit | 29aafb9cea842321e7379685e33194a1b34bb0dc (patch) | |
tree | d14b3df7adeb4cfd8507219c76701f3ec15a0499 /tests/data/test506 | |
parent | 40eb7d0d48a61865bff9f0d6e336ef9491515f0b (diff) |
Andres Garcia's text mode fix for the 'data' part
Diffstat (limited to 'tests/data/test506')
-rw-r--r-- | tests/data/test506 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test506 b/tests/data/test506 index c89bbed94..3c02702bf 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -35,7 +35,7 @@ Content-Type: text/html Content-Length: 32 run 3: overwrite cookie 1 and 4 -</data5> +</data3> </reply> # Client-side @@ -56,7 +56,7 @@ http://%HOSTIP:%HTTPPORT/506 # Verify data after the test has been "shot" <verify> -<stdout> +<stdout mode="text"> GLOBAL_INIT SHARE_INIT CURL_LOCK_DATA_COOKIE @@ -145,7 +145,7 @@ GLOBAL_CLEANUP <stderr> http://%HOSTIP:%HTTPPORT/506 </stderr> -<file name="log/jar506"> +<file name="log/jar506" mode="text"> # Netscape HTTP Cookie File # http://www.netscape.com/newsref/std/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. |