aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'test/net/ftp')
-rw-r--r--test/net/ftp/test_ftp.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/net/ftp/test_ftp.rb b/test/net/ftp/test_ftp.rb
index 2d10431ad0..ec19bbd8ba 100644
--- a/test/net/ftp/test_ftp.rb
+++ b/test/net/ftp/test_ftp.rb
@@ -556,7 +556,6 @@ class FTPTest < Test::Unit::TestCase
commands.push(sock.gets)
sock.print("200 Switching to Binary mode.\r\n")
commands.push(sock.recv(1024))
- sock.print("211-FTP server status:\r\n")
sock.print("211 End of status\r\n")
}
begin