aboutsummaryrefslogtreecommitdiff
path: root/t/t5551-http-fetch-smart.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-20 13:21:26 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-20 13:21:26 -0700
commitbf80b8a6d8da756324e5d2d113f405d44aaac379 (patch)
treee17d58d5eb43868c07b9817dd348e6801df2a520 /t/t5551-http-fetch-smart.sh
parenta668853c6715b481bff347d7a08f5d885fc95f86 (diff)
parentb687cd6aba394bba34ad9fb70aa33cd5cfcebc6c (diff)
downloadgit-bf80b8a6d8da756324e5d2d113f405d44aaac379.tar.gz
git-bf80b8a6d8da756324e5d2d113f405d44aaac379.tar.xz
Merge branch 'jc/test-lazy-prereq' (early part)
* 'jc/test-lazy-prereq' (early part): t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite t3302: do not chdir around in the primary test process t3302: coding style updates test: turn USR_BIN_TIME into a lazy prerequisite test: turn EXPENSIVE into a lazy prerequisite
Diffstat (limited to 't/t5551-http-fetch-smart.sh')
-rwxr-xr-xt/t5551-http-fetch-smart.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh
index 2c4913354..6cbc12d9a 100755
--- a/t/t5551-http-fetch-smart.sh
+++ b/t/t5551-http-fetch-smart.sh
@@ -213,8 +213,6 @@ test_expect_success 'cookies stored in http.cookiefile when http.savecookies set
test_cmp expect_cookies.txt cookies_tail.txt
'
-test -n "$GIT_TEST_LONG" && test_set_prereq EXPENSIVE
-
test_expect_success EXPENSIVE 'create 50,000 tags in the repo' '
(
cd "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" &&