diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-20 10:40:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-20 10:40:32 +0000 |
commit | 17ea2631cd081dff7380d0b960448d1414f64bd7 (patch) | |
tree | cbe8f78a3ceb4503d2161127bc223c2b96b2f5ba /tests/data/test75 | |
parent | b749910e6ca4288854ea40d2e0f74602678ba72f (diff) | |
download | curl-17ea2631cd081dff7380d0b960448d1414f64bd7.tar.gz |
Add support for text mode on stdout tests as well, and add the mode=text
to the docs.
Diffstat (limited to 'tests/data/test75')
-rw-r--r-- | tests/data/test75 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test75 b/tests/data/test75 index 08cf41ca6..1458cbc1c 100644 --- a/tests/data/test75 +++ b/tests/data/test75 @@ -33,7 +33,7 @@ HTTP, urlglob retrieval with bad range <errorcode> 3 </errorcode> -<stdout> +<stdout mode=text> curl: (3) [globbing] error: illegal pattern or range specification after pos 24 </stdout> |