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