diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-30 10:20:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-30 10:20:59 +0000 |
commit | 8b37844e5f093f8834eb5f321b52bfc4638f143f (patch) | |
tree | df34208660f0a6f5aeaecc5c76ac7cd418891fd3 /tests/data/test210 | |
parent | 1445e62312f139b99fe43e1d37541652ad2cb7ad (diff) | |
download | curl-8b37844e5f093f8834eb5f321b52bfc4638f143f.tar.gz |
fixed test case errors
Diffstat (limited to 'tests/data/test210')
-rw-r--r-- | tests/data/test210 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/data/test210 b/tests/data/test210 index 723508086..f42aaecf7 100644 --- a/tests/data/test210 +++ b/tests/data/test210 @@ -3,10 +3,8 @@ <data> data blobb </data> -<datacheck> -data blobb -data blobb -</datacheck> + +# data is sent to stdout </reply> # Client-side @@ -20,7 +18,11 @@ Get two FTP files from the same remote dir: no second CWD <command> ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210 </command> -</test> +<stdout> +data blobb +data blobb +</stdout> +</client> # Verify data after the test has been "shot" <verify> |