Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5550-http-fetch: add missing '&&'
[gitweb.git]
/
t
/
t5550-http-fetch.sh
diff --git
a/t/t5550-http-fetch.sh
b/t/t5550-http-fetch.sh
index 2fb48d09edb47129d9cea8b9686e46a6d8f35615..39f7b7c20ae387525bd427017cd9b0f553a07e44 100755
(executable)
--- 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
'