From 61fcda16fd69aa3c3926af8ac30260042b89dad1 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 1 Apr 2012 21:00:54 +0000 Subject: [PATCH] ReRefix the test for r35205. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/ftp/test_ftp.rb | 1 - 1 file changed, 1 deletion(-) 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