Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t6030: use modern test_* helpers
[gitweb.git]
/
t
/
t5551-http-fetch-smart.sh
diff --git
a/t/t5551-http-fetch-smart.sh
b/t/t5551-http-fetch-smart.sh
index ef2feea0ab115f9ca94f72f55fcd2d082629f7a0..cf0a6ea538949e8fe1c11a7237b241284481030a 100755
(executable)
--- a/
t/t5551-http-fetch-smart.sh
+++ b/
t/t5551-http-fetch-smart.sh
@@
-83,7
+83,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
'