]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7400-submodule-basic.sh
submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo/bar
[thirdparty/git.git] / t / t7400-submodule-basic.sh
index 09e2b9bf16e6bd2d9031aa221e8b259228602d54..a899e6dbf5812f77183bd7e5d6a7be3afc8a49ef 100755 (executable)
@@ -564,7 +564,7 @@ test_expect_success '../subrepo works with scp-style URL - user@host:path/to/rep
        )
 '
 
-test_expect_failure '../subrepo works with relative local path - foo' '
+test_expect_success '../subrepo works with relative local path - foo' '
        (
                cd reltest &&
                cp pristine-.git-config .git/config &&
@@ -587,7 +587,7 @@ test_expect_success '../subrepo works with relative local path - foo/bar' '
        )
 '
 
-test_expect_failure '../subrepo works with relative local path - ./foo' '
+test_expect_success '../subrepo works with relative local path - ./foo' '
        (
                cd reltest &&
                cp pristine-.git-config .git/config &&
@@ -598,7 +598,7 @@ test_expect_failure '../subrepo works with relative local path - ./foo' '
        )
 '
 
-test_expect_failure '../subrepo works with relative local path - ./foo/bar' '
+test_expect_success '../subrepo works with relative local path - ./foo/bar' '
        (
                cd reltest &&
                cp pristine-.git-config .git/config &&