1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/library/syslog
Yusuke Endoh c6633f21a4 Update some syslog tests to absurb the format change of FreeBSD syslog
FreeBSD

```
$ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }'
rubyspec 78462 - - Hello
```

Linux

```
$ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }'
rubyspec: Hello
```

591ef7c807
2020-03-12 15:30:20 +09:00
..
shared Update some syslog tests to absurb the format change of FreeBSD syslog 2020-03-12 15:30:20 +09:00
alert_spec.rb
close_spec.rb
constants_spec.rb
crit_spec.rb
debug_spec.rb
emerg_spec.rb
err_spec.rb
facility_spec.rb
ident_spec.rb
info_spec.rb
inspect_spec.rb
instance_spec.rb
log_spec.rb Update some syslog tests to absurb the format change of FreeBSD syslog 2020-03-12 15:30:20 +09:00
mask_spec.rb
notice_spec.rb
open_spec.rb
opened_spec.rb
options_spec.rb
reopen_spec.rb
warning_spec.rb