diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t5505-remote.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 2c03f44c8..ba46e86de 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -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 && |