Merge branch 'jc/maint-checkout-fileglob-doc' into maint-1.7.11
[gitweb.git] / t / t5541-http-push.sh
index 9b1cd603c6d23826e8e299ac5b220583abf53092..ef6d6b6e4e1a06e31780cf2a4261a632f5779987 100755 (executable)
@@ -280,7 +280,7 @@ test_expect_success 'push over smart http with auth' '
        test_cmp expect actual
 '
 
-test_expect_failure 'push to auth-only-for-push repo' '
+test_expect_success 'push to auth-only-for-push repo' '
        cd "$ROOT_PATH/test_repo_clone" &&
        echo push-half-auth >expect &&
        test_commit push-half-auth &&