]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: verify usage vs. getopt
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 27 Nov 2017 22:46:51 +0000 (23:46 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 29 Nov 2017 12:29:00 +0000 (13:29 +0100)
commit052cce9e3e924221772df35f9e16cf4c98946629
treecdea10b750c59bdeecb05fa1a01eb4bd7b27323e
parentba9c7449b973222aedb6c4511250fc9d337a3adb
tests: verify usage vs. getopt

Verify that all options mentioned in usage are actually recognized
by the program.

* tests/misc/usage_vs_getopt.sh: Add test.
* tests/local.mk (all_tests): Reference it.

Co-authored-by: Pádraig Brady <P@draigBrady.com>
tests/local.mk
tests/misc/usage_vs_getopt.sh [new file with mode: 0755]