summaryrefslogtreecommitdiff
path: root/spec/ruby/shared/file/writable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/shared/file/writable.rb')
-rw-r--r--spec/ruby/shared/file/writable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/shared/file/writable.rb b/spec/ruby/shared/file/writable.rb
index 902d545da1..4bb8aedce6 100644
--- a/spec/ruby/shared/file/writable.rb
+++ b/spec/ruby/shared/file/writable.rb
@@ -8,7 +8,7 @@ describe :file_writable, shared: true do
end
it "returns true if named file is writable by the effective user id of the process, otherwise false" do
- platform_is_not :windows do
+ platform_is_not :windows, :android do
as_user do
@object.send(@method, "/etc/passwd").should == false
end