]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7403-submodule-sync.sh
submodule sync: Update "submodule.<name>.url"
[thirdparty/git.git] / t / t7403-submodule-sync.sh
index 7538756487d9b9483143b338104cd6af13397a91..3033c4a22d0be9b2f24154bbd41d20a3f8419ba5 100755 (executable)
@@ -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)"
        )
 '