diff options
Diffstat (limited to 'test/openssl/test_pair.rb')
-rw-r--r-- | test/openssl/test_pair.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/openssl/test_pair.rb b/test/openssl/test_pair.rb index a77abfd923..8316ec2a9c 100644 --- a/test/openssl/test_pair.rb +++ b/test/openssl/test_pair.rb @@ -156,20 +156,6 @@ module OpenSSL::TestPairM } end - def test_puts_meta - ssl_pair {|s1, s2| - begin - old = $/ - EnvUtil.suppress_warning {$/ = '*'} - s1.puts 'a' - ensure - EnvUtil.suppress_warning {$/ = old} - end - s1.close - assert_equal("a\n", s2.read) - } - end - def test_puts_empty ssl_pair {|s1, s2| s1.puts |