]> git.ipfire.org Git - thirdparty/git.git/commit
t5300: avoid false failures.
authorJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 02:23:41 +0000 (18:23 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 02:23:41 +0000 (18:23 -0800)
commitc97451ce0985e7fc6515cde84a9ad527727b69ea
tree59da2f1e96cc68c53093a15fa80f1e21bed0397c
parent7e4a2a848377241b8fb4f624d1151bbf2f8d5814
t5300: avoid false failures.

Johannes found that the test has 1/256 chance of falsely
producing an uncorrupted idx file, causing the check to detect
corruption fail.  Now we have 1/2^160 chance of false failure
;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t5300-pack-object.sh