summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/shared/log.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-02-13 23:08:31 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-02-13 23:08:31 +0900
commit89bfad17d5911b7295063b85e9c003e2a837493a (patch)
tree086fb310b5784c2e388d55295f14699d3ca243f9 /spec/ruby/library/syslog/shared/log.rb
parentc6ebbbd38b997f8a8d6968e683e29db1e299b5aa (diff)
spec/ruby/library/syslog: skip the specs that use LOG_PERROR on Android
LOG_PERROR is defined on Android, but not implemented yet. See also f3c4e620ac612eab6370b1fb82feaa4e651542bb.
Diffstat (limited to 'spec/ruby/library/syslog/shared/log.rb')
-rw-r--r--spec/ruby/library/syslog/shared/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/syslog/shared/log.rb b/spec/ruby/library/syslog/shared/log.rb
index b19c2eae0d..c77ff6dd95 100644
--- a/spec/ruby/library/syslog/shared/log.rb
+++ b/spec/ruby/library/syslog/shared/log.rb
@@ -1,5 +1,5 @@
describe :syslog_log, shared: true do
- platform_is_not :windows, :darwin, :solaris, :aix do
+ platform_is_not :windows, :darwin, :solaris, :aix, :android do
before :each do
Syslog.opened?.should be_false
end