From: Tay Ray Chuan Date: Thu, 25 Nov 2010 08:21:02 +0000 (+0800) Subject: t5550-http-fetch: add missing '&&' X-Git-Tag: v1.7.3.4~10^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2bcd9ec5018ad259e5b6803dccf0c7bc121bd9ea;p=git.git t5550-http-fetch: add missing '&&' Signed-off-by: Tay Ray Chuan Signed-off-by: Junio C Hamano --- diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index 2fb48d09e..39f7b7c20 100755 --- a/t/t5550-http-fetch.sh +++ b/t/t5550-http-fetch.sh @@ -37,7 +37,7 @@ test_expect_success 'clone http repository' ' test_expect_success 'fetch changes via http' ' echo content >>file && git commit -a -m two && - git push public + git push public && (cd clone && git pull) && test_cmp file clone/file '