Skip to content

Commit

Permalink
t: replace pulls with merges
Browse files Browse the repository at this point in the history
This is what the code intended.

No functional changes.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Oct 31, 2013
1 parent 90f867b commit 501a75a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/annotate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test_expect_success 'blame 2 authors + 1 branch2 author' '
'

test_expect_success 'merge branch1 & branch2' '
git pull . branch1
git merge branch1
'

test_expect_success 'blame 2 authors + 2 merged-in authors' '
Expand Down
2 changes: 1 addition & 1 deletion t/t4200-rerere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ test_expect_success 'first postimage wins' '
git show second^:a1 | sed "s/To die: t/To die! T/" >a1 &&
git commit -q -a -m third &&
test_must_fail git pull . first &&
test_must_fail git merge first &&
# rerere kicked in
! grep "^=======\$" a1 &&
test_cmp expect a1
Expand Down
2 changes: 1 addition & 1 deletion t/t9114-git-svn-dcommit-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test_expect_success 'setup git mirror and merge' '
echo friend > README &&
cat tmp >> README &&
git commit -a -m "friend" &&
git pull . merge
git merge merge
'

test_debug 'gitk --all & sleep 1'
Expand Down
2 changes: 1 addition & 1 deletion t/t9500-gitweb-standalone-no-errors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ test_expect_success \
git add b &&
git commit -a -m "On branch" &&
git checkout master &&
git pull . b &&
git merge b &&
git tag merge_commit'

test_expect_success \
Expand Down

0 comments on commit 501a75a

Please sign in to comment.