Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule sync: Update "submodule.<name>.url"
[gitweb.git]
/
t
/
t7403-submodule-sync.sh
diff --git
a/t/t7403-submodule-sync.sh
b/t/t7403-submodule-sync.sh
index 7538756487d9b9483143b338104cd6af13397a91..3033c4a22d0be9b2f24154bbd41d20a3f8419ba5 100755
(executable)
--- a/
t/t7403-submodule-sync.sh
+++ b/
t/t7403-submodule-sync.sh
@@
-58,6
+58,9
@@
test_expect_success '"git submodule sync" should update submodule URLs' '
(cd super-clone/submodule &&
git checkout master &&
git pull
+ ) &&
+ (cd super-clone &&
+ test -d "$(git config submodule.submodule.url)"
)
'