diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-09 12:23:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-09 14:18:55 -0700 |
commit | 6219bb22ba213ff75ca9cb8aa0d4debd28c34f21 (patch) | |
tree | 51d78d1717ab03899d49a62d0829c942b7d9118f /t/t5551-http-fetch.sh | |
parent | 7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d (diff) | |
download | git-6219bb22ba213ff75ca9cb8aa0d4debd28c34f21.tar.gz git-6219bb22ba213ff75ca9cb8aa0d4debd28c34f21.tar.xz |
test: turn EXPENSIVE into a lazy prerequisite
Two test scripts (t0021 and t5551) had copy & paste code to set
EXPENSIVE prerequisite. Use the test_lazy_prereq helper to define
them in the common t/test-lib.sh.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5551-http-fetch.sh')
-rwxr-xr-x | t/t5551-http-fetch.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t5551-http-fetch.sh b/t/t5551-http-fetch.sh index afb439e09..d69739337 100755 --- a/t/t5551-http-fetch.sh +++ b/t/t5551-http-fetch.sh @@ -214,8 +214,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" && |