summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-01 20:50:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-09-01 20:50:46 (GMT)
commite917918335e660629007f3d2d07d3d9a019b5273 (patch)
tree6a4269e22fc7234f5816fbd721baffcf6db67b66 /t
parent061219fa7cf1063ac7f0dace55e8d175c7a91879 (diff)
parent0b9dca434f5d9208a26f47f7ec11453f1cfdfae8 (diff)
downloadgit-e917918335e660629007f3d2d07d3d9a019b5273.zip
git-e917918335e660629007f3d2d07d3d9a019b5273.tar.gz
git-e917918335e660629007f3d2d07d3d9a019b5273.tar.bz2
Merge branch 'da/fix-submodule-sync-superproject-config' into maint
* da/fix-submodule-sync-superproject-config: submodule sync: Update "submodule.<name>.url"
Diffstat (limited to 't')
-rwxr-xr-xt/t7403-submodule-sync.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t7403-submodule-sync.sh b/t/t7403-submodule-sync.sh
index bade217..02522f9 100755
--- 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)"
)
'