]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5505-remote.sh
remote rename: more carefully determine whether a remote is configured
[thirdparty/git.git] / t / t5505-remote.sh
index 2c03f44c85991ce57f59b671f5d3e3ce1025a1bf..ba46e86de0a7285bf88ff5fe05e378c8bfd256f9 100755 (executable)
@@ -764,7 +764,7 @@ test_expect_success 'rename a remote with name prefix of other remote' '
        )
 '
 
-test_expect_failure 'rename succeeds with existing remote.<target>.prune' '
+test_expect_success 'rename succeeds with existing remote.<target>.prune' '
        git clone one four.four &&
        test_when_finished git config --global --unset remote.upstream.prune &&
        git config --global remote.upstream.prune true &&