Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-10 16:08:29 +0400
committerJunio C Hamano <gitster@pobox.com>2013-05-10 21:11:37 +0400
commitd6ae7b2d366da8d90aa90cabfd54d285c24b5a86 (patch)
tree7ff752448444fb8d56c211807579bdfd21a125eb /t/t5801-remote-helpers.sh
parent1afe6e404453586a1095ce0f3f7e899e62ab237f (diff)
test: remote-helper: add missing and
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5801-remote-helpers.sh')
-rwxr-xr-xt/t5801-remote-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh
index c956abd865..0b13d10698 100755
--- a/t/t5801-remote-helpers.sh
+++ b/t/t5801-remote-helpers.sh
@@ -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