diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-10 07:08:29 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-10 10:11:37 -0700 |
commit | d6ae7b2d366da8d90aa90cabfd54d285c24b5a86 (patch) | |
tree | 7ff752448444fb8d56c211807579bdfd21a125eb /t | |
parent | t5801: "VAR=VAL shell_func args" is forbidden (diff) | |
download | tgif-d6ae7b2d366da8d90aa90cabfd54d285c24b5a86.tar.xz |
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')
-rwxr-xr-x | t/t5801-remote-helpers.sh | 2 |
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 |