From d6ae7b2d366da8d90aa90cabfd54d285c24b5a86 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 10 May 2013 07:08:29 -0500 Subject: test: remote-helper: add missing and Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- t/t5801-remote-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index c956abd86..0b13d1069 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 -- cgit v1.2.1