Re: [PATCH 2/7] test: turn USR_BIN_TIME into a lazy prerequisite

2014-06-13 Thread Jeff King
On Mon, Jun 09, 2014 at 04:22:50PM -0700, Junio C Hamano wrote: > 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. I have to wonder why we even have such a prereq in the firs

[PATCH 2/7] test: turn USR_BIN_TIME into a lazy prerequisite

2014-06-09 Thread Junio C Hamano
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 --- t/t3302-notes-index-expensive.sh | 1 - t/t3419-rebase-patch-id.sh | 1 - t/test-lib.sh