summaryrefslogtreecommitdiffstats
path: root/tests/expected/getopt
Commit message (Collapse)AuthorAgeFilesLines
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
| | | | | | Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* flock, getopt: write --help to stdout and return 0Ruediger Meier2017-06-264-4/+4
| | | | | | | | | | ... and use errtryhelp() instead of usage(). Note in past "getopt --help" returned 2. But it is otherwise documented and was just a mistake IMO. See the unreachable exit(0) which was removed here: d1d03b54 Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: move getopt to separate directoryKarel Zak2016-04-2230-0/+98
Signed-off-by: Karel Zak <kzak@redhat.com>