]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: move getopt to separate directory
authorKarel Zak <kzak@redhat.com>
Fri, 22 Apr 2016 11:39:31 +0000 (13:39 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 22 Apr 2016 11:39:31 +0000 (13:39 +0200)
commitb6782d869710557b1f2252c03dda23b5fa246ac3
treec5ef59985d3651994ae2d70424a6f9c0ab64837a
parentd08b58c491031ce084f6b473300bbc2fd74d6c21
tests: move getopt to separate directory

Signed-off-by: Karel Zak <kzak@redhat.com>
33 files changed:
tests/expected/getopt/basic [moved from tests/expected/misc/getopt with 100% similarity]
tests/expected/getopt/options-alternative_option_clash [moved from tests/expected/misc/getopt2-alternative_option_clash with 100% similarity]
tests/expected/getopt/options-alternative_option_long [moved from tests/expected/misc/getopt2-alternative_option_long with 100% similarity]
tests/expected/getopt/options-alternative_option_short [moved from tests/expected/misc/getopt2-alternative_option_short with 100% similarity]
tests/expected/getopt/options-compatible [moved from tests/expected/misc/getopt3-compatible with 100% similarity]
tests/expected/getopt/options-csh [moved from tests/expected/misc/getopt3-csh with 100% similarity]
tests/expected/getopt/options-invalid_getopt_option [moved from tests/expected/misc/getopt2-invalid_getopt_option with 100% similarity]
tests/expected/getopt/options-invocation_model_one [moved from tests/expected/misc/getopt2-invocation_model_one with 100% similarity]
tests/expected/getopt/options-invocation_model_three_as_one [moved from tests/expected/misc/getopt2-invocation_model_three_as_one with 100% similarity]
tests/expected/getopt/options-invocation_model_two_as_one [moved from tests/expected/misc/getopt2-invocation_model_two_as_one with 100% similarity]
tests/expected/getopt/options-invocation_without_parameters [moved from tests/expected/misc/getopt2-invocation_without_parameters with 100% similarity]
tests/expected/getopt/options-long_option_ambiguous_1 [moved from tests/expected/misc/getopt2-long_option_ambiguous_1 with 100% similarity]
tests/expected/getopt/options-longopts [moved from tests/expected/misc/getopt2-longopts with 100% similarity]
tests/expected/getopt/options-name_option_long [moved from tests/expected/misc/getopt2-name_option_long with 100% similarity]
tests/expected/getopt/options-name_option_short [moved from tests/expected/misc/getopt2-name_option_short with 100% similarity]
tests/expected/getopt/options-no-arguments [moved from tests/expected/misc/getopt3-no-arguments with 100% similarity]
tests/expected/getopt/options-non-option [moved from tests/expected/misc/getopt3-non-option with 100% similarity]
tests/expected/getopt/options-posix_correctly [moved from tests/expected/misc/getopt3-posix_correctly with 100% similarity]
tests/expected/getopt/options-quiet_option_long [moved from tests/expected/misc/getopt2-quiet_option_long with 100% similarity]
tests/expected/getopt/options-quiet_option_short [moved from tests/expected/misc/getopt2-quiet_option_short with 100% similarity]
tests/expected/getopt/options-quiet_output_option_long [moved from tests/expected/misc/getopt2-quiet_output_option_long with 100% similarity]
tests/expected/getopt/options-quiet_output_option_short [moved from tests/expected/misc/getopt2-quiet_output_option_short with 100% similarity]
tests/expected/getopt/options-same_long_short_options [moved from tests/expected/misc/getopt2-same_long_short_options with 100% similarity]
tests/expected/getopt/options-sh [moved from tests/expected/misc/getopt3-sh with 100% similarity]
tests/expected/getopt/options-test_for_enhanced_getopt [moved from tests/expected/misc/getopt2-test_for_enhanced_getopt with 100% similarity]
tests/expected/getopt/options-unknown_options [moved from tests/expected/misc/getopt2-unknown_options with 100% similarity]
tests/expected/getopt/options-unquoted_option_bash [moved from tests/expected/misc/getopt2-unquoted_option_bash with 100% similarity]
tests/expected/getopt/options-unquoted_option_tcsh [moved from tests/expected/misc/getopt2-unquoted_option_tcsh with 100% similarity]
tests/expected/getopt/options-weird_quoting_bash [moved from tests/expected/misc/getopt2-weird_quoting_bash with 100% similarity]
tests/expected/getopt/options-weird_quoting_tcsh [moved from tests/expected/misc/getopt2-weird_quoting_tcsh with 100% similarity]
tests/ts/getopt/basic [moved from tests/ts/misc/getopt with 98% similarity]
tests/ts/getopt/options [moved from tests/ts/misc/getopt2 with 80% similarity]
tests/ts/misc/getopt3 [deleted file]