t: replace pulls with merges

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>
This commit is contained in:
Felipe Contreras
2013-10-31 03:25:33 -06:00
committed by Junio C Hamano
parent 90f867b9a5
commit 501a75a7b3
4 changed files with 4 additions and 4 deletions

View File

@ -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'