Signed-off-by: Stefan Beller <sbel...@google.com> --- t/t5510-fetch.sh | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index 38321d1..ab5d3da 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -687,4 +687,9 @@ test_expect_success 'fetching with auto-gc does not lock up' ' ) ' +test_expect_success 'fetching with transport protocol 2 works' ' + test_pause + git fetch --transport-protocol=2 +' + test_done -- 2.8.0.32.g71f8beb.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html