test: turn EXPENSIVE into a lazy prerequisite
commit6219bb22ba213ff75ca9cb8aa0d4debd28c34f21
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 19:23:30 +0000 (9 12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:18:55 +0000 (9 14:18 -0700)
tree51d78d1717ab03899d49a62d0829c942b7d9118f
parent7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d
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>
t/t0021-conversion.sh
t/t5551-http-fetch.sh
t/test-lib.sh