Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7610-mergetool: use test_cmp instead of test $(cat file) = $txt
[gitweb.git]
/
t
/
t5531-deep-submodule-push.sh
diff --git
a/t/t5531-deep-submodule-push.sh
b/t/t5531-deep-submodule-push.sh
index 39cb2c1c3489c25545ab3cd69706c0a21378c6b7..4ad059e6bedf8ddf2a0db9c20f70ee1c3cd6da15 100755
(executable)
--- a/
t/t5531-deep-submodule-push.sh
+++ b/
t/t5531-deep-submodule-push.sh
@@
-354,7
+354,7
@@
test_expect_success 'push succeeds if submodule has no remote and is on the firs
git clone a a1 &&
(
cd a1 &&
- git init b
+ git init b
&&
(
cd b &&
>junk &&
@@
-363,7
+363,7
@@
test_expect_success 'push succeeds if submodule has no remote and is on the firs
) &&
git add b &&
git commit -m "added submodule" &&
- git push --recurse-submodule=check origin master
+ git push --recurse-submodule
s
=check origin master
)
'