aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-20 22:05:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-20 22:05:44 +0000
commitb5065e462bf258a456f7bfc3c3af1dbd942713d1 (patch)
tree8616f21a12ce2be2c93dbfed634a7d4ab4485df9 /tests
parent8dd799b4bddc21f55b0ebc746ca00fba3bccafea (diff)
add support for NOOP
Diffstat (limited to 'tests')
-rw-r--r--tests/ftpserver.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index f348de96f..bffa30a4d 100644
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -136,6 +136,7 @@ my %commandok = (
'RNTO' => 'loggedin|twosock',
'DELE' => 'loggedin|twosock',
'MDTM' => 'loggedin|twosock',
+ 'NOOP' => 'loggedin|twosock',
);
# initially, we're in 'fresh' state
@@ -162,6 +163,7 @@ my %displaytext = ('USER' => '331 We are happy you popped in!',
'DELE' => '200 OK OK OK whatever you say',
'RNFR' => '350 Received your order. Please provide more',
'RNTO' => '250 Ok, thanks. File renaming completed.',
+ 'NOOP' => '200 Yes, I\'m very good at doing nothing.',
);
# callback functions for certain commands