]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add logger(1) command line options tests
authorSami Kerola <kerolasa@iki.fi>
Sun, 15 Mar 2015 12:54:50 +0000 (12:54 +0000)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:14:54 +0000 (12:14 +0200)
commit00ec239276efe1c7de07fd9b2178e9c30f407b7e
treee9c2872f8076874fa6627c01325fd3d0401a96cf
parentbf853f680f568492f6d0509006c2be31b8e4bac8
tests: add logger(1) command line options tests

[kzak@redhat.com: - use LOGGER_TEST_* env]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 files changed:
tests/expected/logger/input_empty_line [new file with mode: 0644]
tests/expected/logger/input_prio_prefix [new file with mode: 0644]
tests/expected/logger/input_simple [new file with mode: 0644]
tests/expected/logger/options [new file with mode: 0644]
tests/expected/logger/options-input_file_empty_line [new file with mode: 0644]
tests/expected/logger/options-input_file_prio_prefix [new file with mode: 0644]
tests/expected/logger/options-input_file_simple [new file with mode: 0644]
tests/expected/logger/options-input_file_skip_empty [new file with mode: 0644]
tests/expected/logger/options-log_pid [new file with mode: 0644]
tests/expected/logger/options-log_pid_define [new file with mode: 0644]
tests/expected/logger/options-log_pid_long [new file with mode: 0644]
tests/expected/logger/options-log_pid_no_arg [new file with mode: 0644]
tests/expected/logger/options-simple [new file with mode: 0644]
tests/ts/logger/options [new file with mode: 0755]