aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pair.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-08-13 22:36:25 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-08-24 21:01:09 +0900
commit134bff1bafd1d0a781a1ac0d4fcbebd963f9c241 (patch)
treeee4bac3de5a1ec6c906fa0ded28bc9af7b836d46 /test/test_pair.rb
parentaa03e3ac99bbf33d07a7fc24cff199ebd5dbe266 (diff)
downloadruby-openssl-134bff1bafd1d0a781a1ac0d4fcbebd963f9c241.tar.gz
test: fix formatting
Fix wrong nesting in test/utils.rb. Remove unnecessary requires. Wrap the code with 'if defined?(OpenSSL::TestUtils) ~ end' and avoid class definition with modifier if.
Diffstat (limited to 'test/test_pair.rb')
-rw-r--r--test/test_pair.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_pair.rb b/test/test_pair.rb
index 81a55cbe..570309af 100644
--- a/test/test_pair.rb
+++ b/test/test_pair.rb
@@ -1,11 +1,9 @@
# frozen_string_literal: false
require_relative 'utils'
+require_relative 'ut_eof'
if defined?(OpenSSL::TestUtils)
-require 'socket'
-require_relative 'ut_eof'
-
module OpenSSL::SSLPairM
def server
host = "127.0.0.1"