Signed-off-by: Stefan Beller <sbel...@google.com> --- t/t5520-pull.sh | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/t/t5520-pull.sh b/t/t5520-pull.sh index 739c089..9bd1feb 100755 --- a/t/t5520-pull.sh +++ b/t/t5520-pull.sh @@ -599,4 +599,10 @@ test_expect_success 'git pull --rebase against local branch' ' test file = "$(cat file2)" ' +test_expect_success 'git pull with protocol version 2' ' + test_pause && + git pull --transport-version=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