git p4: do wildcard decoding in stripRepoPath
[gitweb.git] / t / t7403-submodule-sync.sh
index 98bc74a4e9cc3b5b122cc114e1ec357828c1dc06..524d5c1b21a507c5ed16edc52fb9353792b83f28 100755 (executable)
@@ -88,7 +88,7 @@ test_expect_success '"git submodule sync" should not vivify uninteresting submod
        )
 '
 
-test_expect_failure '"git submodule sync" handles origin URL of the form foo' '
+test_expect_success '"git submodule sync" handles origin URL of the form foo' '
        (cd relative-clone &&
         git remote set-url origin foo &&
         git submodule sync &&
@@ -110,7 +110,7 @@ test_expect_success '"git submodule sync" handles origin URL of the form foo/bar
        )
 '
 
-test_expect_failure '"git submodule sync" handles origin URL of the form ./foo' '
+test_expect_success '"git submodule sync" handles origin URL of the form ./foo' '
        (cd relative-clone &&
         git remote set-url origin ./foo &&
         git submodule sync &&
@@ -121,7 +121,7 @@ test_expect_failure '"git submodule sync" handles origin URL of the form ./foo'
        )
 '
 
-test_expect_failure '"git submodule sync" handles origin URL of the form ./foo/bar' '
+test_expect_success '"git submodule sync" handles origin URL of the form ./foo/bar' '
        (cd relative-clone &&
         git remote set-url origin ./foo/bar &&
         git submodule sync &&