]> git.ipfire.org Git - thirdparty/util-linux.git/commit - term-utils/Makemodule.am
tests: check script options work as expected
authorSami Kerola <kerolasa@iki.fi>
Sun, 24 May 2015 17:14:58 +0000 (18:14 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 6 Jun 2015 13:36:38 +0000 (14:36 +0100)
commit6a40c65f81d393667bb7059be7d89eaf5cc99791
treee7456e1463cc79f8aff14a200e30bad2710cde8e
parentd9f50441e15f2ec7fe93f0493a788cbd6f7e86b2
tests: check script options work as expected

Options --flush and --timing remain unchecked, as I do not have an idea
how to check them reliably.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
term-utils/Makemodule.am
term-utils/script.c
tests/commands.sh
tests/expected/script/options [new file with mode: 0644]
tests/expected/script/options-append [new file with mode: 0644]
tests/expected/script/options-force [new file with mode: 0644]
tests/expected/script/options-quiet [new file with mode: 0644]
tests/expected/script/options-return [new file with mode: 0644]
tests/ts/script/options [new file with mode: 0755]