Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mri/ruby/test_m17n_comb.rb
Original file line number Diff line number Diff line change
@@ -731,7 +731,8 @@ def test_str_count
end

def test_str_crypt
strict_crypt = nil
strict_crypt = true # default to skipping non-alphanum salt

# glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] #7312
if defined? Etc::CS_GNU_LIBC_VERSION
glibcver = Etc.confstr(Etc::CS_GNU_LIBC_VERSION).scan(/\d+/).map(&:to_i)

0 comments on commit 8c09f1c

Please sign in to comment.