Skip to content

Commit

Permalink
t7406: do not assume the "matching" push is the default
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 5, 2013
1 parent 43eb920 commit ae74f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t7406-submodule-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,14 @@ test_expect_success 'submodule add places git-dir in superprojects git-dir recur
git log > ../../../expected
) &&
git commit -m "added subsubmodule" &&
git push
git push origin :
) &&
(cd .git/modules/deeper/submodule/modules/subsubmodule &&
git log > ../../../../../actual
) &&
git add deeper/submodule &&
git commit -m "update submodule" &&
git push &&
git push origin : &&
test_cmp actual expected
)
'
Expand Down

0 comments on commit ae74f7d

Please sign in to comment.