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 &&