]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add logger(1) error condition tests
authorSami Kerola <kerolasa@iki.fi>
Sun, 15 Mar 2015 12:46:30 +0000 (12:46 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 16 Mar 2015 23:25:10 +0000 (23:25 +0000)
commitb3d4c9862c1c12c1f1e5db5e72fe010b192ca106
treec8c3aa923f12c14626c3b727e48b62ab202dfa07
parent660d2e44e5d75d98cfeb8971c7229f2c4b1d03d9
tests: add logger(1) error condition tests

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tests/expected/logger/errors [new file with mode: 0644]
tests/expected/logger/errors-id_with_space [new file with mode: 0644]
tests/expected/logger/errors-invalid_prio [new file with mode: 0644]
tests/expected/logger/errors-kern_priority [new file with mode: 0644]
tests/expected/logger/errors-kern_priority_numeric [new file with mode: 0644]
tests/expected/logger/errors-rfc5424_exceed_size [new file with mode: 0644]
tests/expected/logger/errors-rfc5424_msgid_with_space [new file with mode: 0644]
tests/expected/logger/errors-tag_with_space [new file with mode: 0644]
tests/ts/logger/errors [new file with mode: 0755]