]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
test: turn USR_BIN_TIME into a lazy prerequisite
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 20:54:25 +0000 (13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:18:55 +0000 (14:18 -0700)
commite1ecd9e3c8f800e3eab908df3e9fc4e166fca394
tree74aba2d3cddeecdc030b84929528a298b51aa848
parent6219bb22ba213ff75ca9cb8aa0d4debd28c34f21
test: turn USR_BIN_TIME into a lazy prerequisite

Two test scripts (t3302 and t3419) had copy & paste code to set
USR_BIN_TIME 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/t3302-notes-index-expensive.sh
t/t3419-rebase-patch-id.sh
t/test-lib.sh