summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/stat/owned_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/file/stat/owned_spec.rb')
-rw-r--r--spec/ruby/core/file/stat/owned_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/file/stat/owned_spec.rb b/spec/ruby/core/file/stat/owned_spec.rb
index 6f0c250f88..fbd473c4d7 100644
--- a/spec/ruby/core/file/stat/owned_spec.rb
+++ b/spec/ruby/core/file/stat/owned_spec.rb
@@ -21,7 +21,7 @@ describe "File::Stat#owned?" do
st.owned?.should == true
end
- platform_is_not :windows do
+ platform_is_not :windows, :android do
as_user do
it "returns false if the file is not owned by the user" do
system_file = '/etc/passwd'