summaryrefslogtreecommitdiff
path: root/spec/ruby/core/encoding/locale_charmap_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/encoding/locale_charmap_spec.rb')
-rw-r--r--spec/ruby/core/encoding/locale_charmap_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/core/encoding/locale_charmap_spec.rb b/spec/ruby/core/encoding/locale_charmap_spec.rb
index 12b93c2562..a9f0cd5ee0 100644
--- a/spec/ruby/core/encoding/locale_charmap_spec.rb
+++ b/spec/ruby/core/encoding/locale_charmap_spec.rb
@@ -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'