rsyslog/tests/2.rstest
2009-03-19 13:58:39 +01:00

11 lines
167 B
Plaintext

# a simple RainerScript test
result: 0
in:
$msg contains 'test' then
$$$
out:
00000000: push_msgvar msg[cstr]
00000001: push_const test[cstr]
00000002: contains
$$$