diff options
Diffstat (limited to 'tests')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/expected/getopt/options-compatible b/tests/expected/getopt/options-compatible index 585de608a..66e42a7b5 100644 --- a/tests/expected/getopt/options-compatible +++ b/tests/expected/getopt/options-compatible @@ -1,5 +1,5 @@ getopt: missing optstring argument -Try `getopt --help' for more information. +Try 'getopt --help' for more information. exit value: 2 -- exit value: 0 diff --git a/tests/expected/getopt/options-invalid_getopt_option b/tests/expected/getopt/options-invalid_getopt_option index 531cc9828..b3577e027 100644 --- a/tests/expected/getopt/options-invalid_getopt_option +++ b/tests/expected/getopt/options-invalid_getopt_option @@ -1,3 +1,3 @@ getopt: invalid option -- 'b' -Try `getopt --help' for more information. +Try 'getopt --help' for more information. exit value: 2 diff --git a/tests/expected/getopt/options-invocation_without_parameters b/tests/expected/getopt/options-invocation_without_parameters index 08b3ed5cf..f1ecc1610 100644 --- a/tests/expected/getopt/options-invocation_without_parameters +++ b/tests/expected/getopt/options-invocation_without_parameters @@ -1,3 +1,3 @@ getopt: missing optstring argument -Try `getopt --help' for more information. +Try 'getopt --help' for more information. exit value: 2 diff --git a/tests/expected/getopt/options-no-arguments b/tests/expected/getopt/options-no-arguments index 08b3ed5cf..f1ecc1610 100644 --- a/tests/expected/getopt/options-no-arguments +++ b/tests/expected/getopt/options-no-arguments @@ -1,3 +1,3 @@ getopt: missing optstring argument -Try `getopt --help' for more information. +Try 'getopt --help' for more information. exit value: 2 |