summaryrefslogtreecommitdiff
path: root/t/t5801-remote-helpers.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-10 12:08:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-10 17:11:37 (GMT)
commitd6ae7b2d366da8d90aa90cabfd54d285c24b5a86 (patch)
tree7ff752448444fb8d56c211807579bdfd21a125eb /t/t5801-remote-helpers.sh
parent1afe6e404453586a1095ce0f3f7e899e62ab237f (diff)
downloadgit-d6ae7b2d366da8d90aa90cabfd54d285c24b5a86.zip
git-d6ae7b2d366da8d90aa90cabfd54d285c24b5a86.tar.gz
git-d6ae7b2d366da8d90aa90cabfd54d285c24b5a86.tar.bz2
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 c956abd..0b13d10 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