aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-03-12 15:30:20 +0900
committernagachika <nagachika@ruby-lang.org>2020-07-18 13:35:45 +0900
commit17b088d1e5d0378d9752f807e607adde0cb47ef1 (patch)
treebf8dce3f00f90ad8b892498a6239e2fbcbb5f3d4 /test/objspace
parent0c4d93e6991d365cc77fbaaeae367b9651f2d4cd (diff)
downloadruby-17b088d1e5d0378d9752f807e607adde0cb47ef1.tar.gz
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 'test/objspace')
0 files changed, 0 insertions, 0 deletions