diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-18 20:22:01 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-18 20:22:01 +0000 |
commit | ae3d5949b8611fd21d5397608bfd34d675156fad (patch) | |
tree | b5d1443c298e374f08040e2a781faac156250819 /tests/data/test148 | |
parent | c234b9d04b6ba778941a847e731b2392977f892d (diff) | |
download | curl-ae3d5949b8611fd21d5397608bfd34d675156fad.tar.gz |
Various test file cleanups, including using <servercmd> instead of writing
directly to ftpserver.cmd and removing unneeded empty sections.
Diffstat (limited to 'tests/data/test148')
-rw-r--r-- | tests/data/test148 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test148 b/tests/data/test148 index 50a651d9c..ace4b4d4e 100644 --- a/tests/data/test148 +++ b/tests/data/test148 @@ -1,6 +1,10 @@ <testcase> # Server-side <reply> +<servercmd> +REPLY CWD 550 I won't allow this on my server +REPLY MKD 550 We will have no such thing +</servercmd> </reply> # Client-side @@ -14,10 +18,6 @@ FTP with --ftp-create-dirs (failing MKD) <command> ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs </command> -<file name="log/ftpserver.cmd"> -REPLY CWD 550 I won't allow this on my server -REPLY MKD 550 We will have no such thing -</file> </client> # Verify data after the test has been "shot" |