From: Johannes Schindelin Date: Mon, 15 Dec 2008 19:44:30 +0000 (+0100) Subject: Force t5302 to use a single thread X-Git-Tag: v1.6.2-rc0~204^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a;p=git.git 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 Acked-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh index 884e24253..e6f70d474 100755 --- a/t/t5302-pack-index.sh +++ b/t/t5302-pack-index.sh @@ -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