diff options
author | Yusuke Endoh <[email protected]> | 2020-03-12 15:30:20 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2020-03-12 15:30:20 +0900 |
commit | c6633f21a49c90ab7c37076d79c286bbf3438c1f (patch) | |
tree | 74e028c1463c9c13edd8137a55cfbdd31c9aa56b /spec/ruby/library/syslog/shared/reopen.rb | |
parent | f020d340f4eceb2fc809499e3e57924eac4bb75b (diff) |
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
```
https://github.com/freebsd/freebsd/commit/591ef7c8076109cff3c41f9bb50da996a34121e9
Diffstat (limited to 'spec/ruby/library/syslog/shared/reopen.rb')
0 files changed, 0 insertions, 0 deletions