mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@595645f
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f941bdf263
commit
30ed82e772
39 changed files with 1078 additions and 105 deletions
|
@ -16,7 +16,7 @@ with_feature :encoding do
|
|||
end
|
||||
end
|
||||
|
||||
platform_is :freebsd, :darwin do
|
||||
platform_is :freebsd, :openbsd, :darwin do
|
||||
it "returns a value based on the LC_ALL environment variable" do
|
||||
old_lc_all = ENV['LC_ALL']
|
||||
ENV['LC_ALL'] = 'C'
|
||||
|
@ -25,7 +25,7 @@ with_feature :encoding do
|
|||
end
|
||||
end
|
||||
|
||||
platform_is :netbsd, :openbsd do
|
||||
platform_is :netbsd do
|
||||
it "returns a value based on the LC_ALL environment variable" do
|
||||
old_lc_all = ENV['LC_ALL']
|
||||
ENV['LC_ALL'] = 'C'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue