Skip to content
Snippets Groups Projects
Commit 2bcd9ec5 authored by Tay Ray Chuan's avatar Tay Ray Chuan Committed by Junio C Hamano
Browse files

t5550-http-fetch: add missing '&&'

parent 1c7d402b
Branches
Tags
No related merge requests found
......@@ -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
'
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment