summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-01 21:00:54 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-01 21:00:54 +0000
commit61fcda16fd69aa3c3926af8ac30260042b89dad1 (patch)
treec8993b396a78fbaf330eb8a75ea52680f2174ee7
parent9d8ca7e15ee825067cae53abff2a65baba897696 (diff)
ReRefix the test for r35205.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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