Git fork

p0004: fix prereq declaration

Fix multi-threaded 'p0004' test's use of the 'REPO_BIG_ENOUGH_FOR_MULTI'
prerequisite. Unlike normal 't/' tests, 't/perf/' tests need to have their
prerequisites declared with the '--prereq' flag.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Victoria Dye and committed by
Junio C Hamano
59c72303 359da658

+1 -1
+1 -1
t/perf/p0004-lazy-init-name-hash.sh
··· 49 49 test-tool lazy-init-name-hash --single --count=$count 50 50 " 51 51 52 - test_perf REPO_BIG_ENOUGH_FOR_MULTI "multi-threaded, $desc" " 52 + test_perf "multi-threaded, $desc" --prereq REPO_BIG_ENOUGH_FOR_MULTI " 53 53 test-tool lazy-init-name-hash --multi --count=$count 54 54 " 55 55