Code

Force t5302 to use a single thread
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 15 Dec 2008 19:44:30 +0000 (20:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Dec 2008 05:54:12 +0000 (21:54 -0800)
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>
t/t5302-pack-index.sh

index 884e24253a0a9d262b39ae96ea5c03ecb7ba4072..e6f70d474f2f855d3b2b40eed526e4873b3288d5 100755 (executable)
@@ -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