From aba6c2b89d96f661c2b4d77fc925b47921008e3d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Apr 2004 06:30:37 +0000 Subject: Added test case 511 in an attempt to repeat bug report #934666 "storage leak in ftp.c", but it shows no leaking. --- tests/data/test511 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/data/test511 (limited to 'tests/data/test511') diff --git a/tests/data/test511 b/tests/data/test511 new file mode 100644 index 000000000..724c568e4 --- /dev/null +++ b/tests/data/test511 @@ -0,0 +1,35 @@ +# +# Server-side + + + +# Client-side + + +ftp + +# tool is what to use instead of 'curl' + +lib511 + + + +FTP with FILETIME and NOBODY but missing file + + +ftp://%HOSTIP:%FTPPORT/511 + + +REPLY MDTM 550 bluah you f00l! +REPLY SIZE 550 bluah you f00l! + + + +# +# Verify data after the test has been "shot" + +# CURLE_FTP_COULDNT_RETR_FILE + +19 + + -- cgit v1.2.3