Force t5302 to use a single thread

If the packs are made using multiple threads, they are no longer identical
on the 4-core Xeon I tested on.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin 2008-12-15 20:44:30 +01:00 committed by Junio C Hamano
parent bf87489624
commit 1415be8f0f

View file

@ -10,6 +10,7 @@ test_expect_success \
'setup' \
'rm -rf .git
git init &&
git config pack.threads 1 &&
i=1 &&
while test $i -le 100
do