test: align order of options to stable ArgumentParser expectation

This commit is contained in:
Mark Nauwelaerts
2020-06-07 14:32:54 +02:00
parent 8b4bfe7e87
commit be2445963b

View File

@@ -521,8 +521,8 @@ test_expect_success 'subcommand sub status' '
(
cd gitrepo &&
git-hg-helper sub update sub_hg_a --force &&
git-hg-helper sub update sub_git --force &&
git-hg-helper sub update --force sub_hg_a &&
git-hg-helper sub update --force sub_git &&
(
# advance and add a tag to the git repo
cd sub_git &&