diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-25 21:45:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-25 21:45:03 +0000 |
commit | f2e71edcbd479345678bb03e76fad17157fc318e (patch) | |
tree | 623a0b04a98a289181008d0e372f5d3047c43053 /tests/data/test100 | |
parent | fad6e5a5bc6e1bf18d6fb5b368c4057fd34aba8d (diff) |
A minor "syntax error" in numerous test files corrected
Diffstat (limited to 'tests/data/test100')
-rw-r--r-- | tests/data/test100 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test100 b/tests/data/test100 index aad460161..8131fefbf 100644 --- a/tests/data/test100 +++ b/tests/data/test100 @@ -1,6 +1,6 @@ # # Server-side -<reply name="1"> +<reply> <data> total 20
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
@@ -28,7 +28,7 @@ FTP dir list PASV <command> ftp://%HOSTIP:%FTPPORT/ </command> -</test> +</client> # # Verify data after the test has been "shot" |