test: remote-helper: add missing and

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-05-10 07:08:29 -05:00 committed by Junio C Hamano
parent 1afe6e4044
commit d6ae7b2d36

View File

@ -160,7 +160,7 @@ test_expect_success 'push update refs' '
git checkout -b update master &&
echo update >>file &&
git commit -a -m update &&
git push origin update
git push origin update &&
git rev-parse --verify remotes/origin/update >expect &&
git rev-parse --verify testgit/origin/heads/update >actual &&
test_cmp expect actual