We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e698c commit 0a118bcCopy full SHA for 0a118bc
test/ruby/test_m17n_comb.rb
@@ -731,10 +731,7 @@ def test_str_count
731
732
def test_str_crypt
733
begin
734
- # glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] #7312
735
- glibcpath = `ldd #{RbConfig.ruby}`[/\S+\/libc.so\S+/]
736
- glibcver = `#{glibcpath}`[/\AGNU C Library.*version ([0-9.]+)/, 1].split('.').map(&:to_i)
737
- strict_crypt = (glibcver <=> [2, 16]) > -1
+ strict_crypt = true
738
rescue
739
end
740
0 commit comments