diff --git a/t/t5580-clone-push-unc.sh b/t/t5580-clone-push-unc.sh index 77abeaf4bd..e06d230724 100755 --- a/t/t5580-clone-push-unc.sh +++ b/t/t5580-clone-push-unc.sh @@ -34,7 +34,7 @@ test_expect_success clone ' git clone "file://$UNCPATH" clone ' -test_expect_failure push ' +test_expect_success push ' ( cd clone && git checkout -b to-push &&