blame.h: drop extern on func declaration
[gitweb.git] / t / t5505-remote.sh
index 3552b51b4ceb39f95bbd38991ed8f183e6e4d928..11e14a1e0fd591c053e3cb50a1a40e49b2b93e09 100755 (executable)
@@ -844,7 +844,7 @@ test_expect_success 'migrate a remote from named file in $GIT_DIR/branches (2)'
                git remote rename origin origin &&
                test_path_is_missing .git/branches/origin &&
                test "$(git config remote.origin.url)" = "quux" &&
-               test "$(git config remote.origin.fetch)" = "refs/heads/foom:refs/heads/origin"
+               test "$(git config remote.origin.fetch)" = "refs/heads/foom:refs/heads/origin" &&
                test "$(git config remote.origin.push)" = "HEAD:refs/heads/foom"
        )
 '