aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/ut_eof.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:10:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:10:05 +0000
commit34ac59c81e7c8b4b85d8a992892dc3a4acdf07b6 (patch)
tree2c5157e4a59a2184dd3dd96de39225f23da41aa1 /test/openssl/ut_eof.rb
parent639ccc40ecc398ee805c3a7663d9cd8cda22dfc3 (diff)
downloadruby-34ac59c81e7c8b4b85d8a992892dc3a4acdf07b6.tar.gz
openssl/ut_eof.rb: rename TestEOF
* test/openssl/ut_eof.rb (OpenSSL::TestEOF): move TestEOF module under OpenSSL to get rid of conflict with test/ruby/ut_eof.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/openssl/ut_eof.rb')
-rw-r--r--test/openssl/ut_eof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/ut_eof.rb b/test/openssl/ut_eof.rb
index fcd7a63988..6de41c4a70 100644
--- a/test/openssl/ut_eof.rb
+++ b/test/openssl/ut_eof.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
require 'test/unit'
-module TestEOF
+module OpenSSL::TestEOF
def test_eof_0
open_file("") {|f|
assert_equal("", f.read(0))