]> 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>
Mon, 16 Mar 2015 13:08:43 +0000 (14:08 +0100)
commit81ff52b32225a2a2aa3f926357aafab866aa0bc3
treec452787bb08cfa57483f1a078b41af04d72af3c0
parentef5fb2800153fc05d19df202e4ee182fb72f1d86
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]