1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ReRefix the test for r35205.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-04-01 21:00:54 +00:00
parent 9d8ca7e15e
commit 61fcda16fd

View file

@ -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