X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft5601-clone.sh;h=6d37c6d7814b587b70d542b768596c87f43d36b0;hb=548719fbdc4ccd5d678afafbb5e3b5c8dac28489;hp=9c56f771b619e4bb931ce3d34a5f9325b8f61e90;hpb=1e1e39b308fe9dd68a3312992a06270da7dd07af;p=thirdparty%2Fgit.git diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index 9c56f771b6..6d37c6d781 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -571,4 +571,53 @@ test_expect_success 'GIT_TRACE_PACKFILE produces a usable pack' ' git -C replay.git index-pack -v --stdin err && + + test_i18ngrep "filtering not recognized by server" err +' + +. "$TEST_DIRECTORY"/lib-httpd.sh +start_httpd + +test_expect_success 'partial clone using HTTP' ' + partial_clone "$HTTPD_DOCUMENT_ROOT_PATH/server" "$HTTPD_URL/smart/server" +' + +stop_httpd + test_done