]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add more getopt tests
authorSami Kerola <kerolasa@iki.fi>
Fri, 5 Dec 2014 22:49:48 +0000 (22:49 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 8 Dec 2014 20:07:00 +0000 (20:07 +0000)
commitd458000dea7ff96c63532b317fce631847768877
treefba6ba1a4604946593bf23d07ba4bab4f811003f
parent93575f2943332d18e8b49441f9519ba2a093e0c3
tests: add more getopt tests

After importing Frodo's tests I ran coverage to see if something had
remained unchecked, and there were couple tests that could be done.

CC: Frodo Looijaard <frodo@frodo.looijaard.name>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tests/expected/misc/getopt3 [new file with mode: 0644]
tests/expected/misc/getopt3-compatible [new file with mode: 0644]
tests/expected/misc/getopt3-csh [new file with mode: 0644]
tests/expected/misc/getopt3-no-arguments [new file with mode: 0644]
tests/expected/misc/getopt3-non-option [new file with mode: 0644]
tests/expected/misc/getopt3-posix_correctly [new file with mode: 0644]
tests/expected/misc/getopt3-sh [new file with mode: 0644]
tests/ts/misc/getopt3 [new file with mode: 0755]