mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/ruby/library/etc/confstr_spec.rb: skip on Android
There seems to be no _CS_PATH on Android.
This commit is contained in:
parent
02233e171c
commit
ca53ab581b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require 'etc'
|
||||
|
||||
platform_is_not :windows do
|
||||
platform_is_not :windows, :android do
|
||||
describe "Etc.confstr" do
|
||||
it "returns a String for Etc::CS_PATH" do
|
||||
Etc.confstr(Etc::CS_PATH).should be_an_instance_of(String)
|
||||
|
|
Loading…
Reference in a new issue