aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2016-02-02 21:25:43 +0900
committerZachary Scott <e@zzak.io>2016-02-02 21:25:43 +0900
commit12987a5973a657753dd1a4f140cf58383d92d191 (patch)
tree30db0be84ea3c60721b024e179971f0d95b1abbd /test
parent4d2d048438f97721d6ab94c2b5b605b086d2f462 (diff)
downloadruby-openssl-12987a5973a657753dd1a4f140cf58383d92d191.tar.gz
Merge ruby/ruby@6cf568f4b56dcafc5c0fe84df2c0d2491fb0c62b
This means we won't support Ruby < 2.3.0
Diffstat (limited to 'test')
-rw-r--r--test/test_pair.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pair.rb b/test/test_pair.rb
index e17fc19a..82a133f5 100644
--- a/test/test_pair.rb
+++ b/test/test_pair.rb
@@ -50,7 +50,7 @@ module OpenSSL::SSLPairM
return c, s
end
ensure
- if th && th.alive?
+ if th&.alive?
th.kill
th.join
end