1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rubygems/test_gem_security.rb (TestGemSecurity): valid only

if OpenSSL is available.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-01-30 07:40:31 +00:00
parent 59064a75b8
commit ce00071053
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
Sun Jan 30 16:15:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Jan 30 16:40:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/rubygems/test_gem_security.rb (TestGemSecurity): valid only
if OpenSSL is available.
* test/dl/test_dl2.rb (TestDL#test_sin): math functions do not
work on x86_64 due to the design of DL2.

View file

@ -92,5 +92,5 @@ class TestGemSecurity < Gem::TestCase
Gem::Security.email_to_name('no+body@example', munger).to_s
end
end
end if defined?(OpenSSL)