]> 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)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:16:49 +0000 (12:16 +0200)
commita838aa2218fb9e5583b907b9b7b663d33e60a57b
tree060627740651a7c476ae4ade8395fda64eb4ecfc
parentec33f15615893e6959289380c78759a26efffe8c
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]