summaryrefslogtreecommitdiff
path: root/t/t5302-pack-index.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2008-12-15 19:44:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-12-16 05:54:12 (GMT)
commit1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a (patch)
treea9b55c7a4bc5632fea2a29d81fbcac2381fbcb8f /t/t5302-pack-index.sh
parentbf874896240cb00b22cd4f6cbcc143b17cc7fe0e (diff)
downloadgit-1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a.zip
git-1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a.tar.gz
git-1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a.tar.bz2
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>
Diffstat (limited to 't/t5302-pack-index.sh')
-rwxr-xr-xt/t5302-pack-index.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh
index 884e242..e6f70d4 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