From be2445963bf8921b2c2035fdcff427142bd4a1cc Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 7 Jun 2020 14:32:54 +0200 Subject: [PATCH] test: align order of options to stable ArgumentParser expectation --- test/helper.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/helper.t b/test/helper.t index d81f112..73cbd1f 100755 --- a/test/helper.t +++ b/test/helper.t @@ -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 &&