summaryrefslogtreecommitdiff
path: root/t/t5303-pack-corruption-resilience.sh
AgeCommit message (Expand)AuthorFilesLines
2015-12-28t/t5303-pack-corruption-resilience.sh: use the $( ... ) construct for command...Libravatar Elia Pinto1-8/+8
2013-10-29t: use perl instead of "$PERL_PATH" where applicableLibravatar Jeff King1-2/+2
2013-06-14unpack_entry: do not die when we fail to apply a deltaLibravatar Jeff King1-0/+27
2013-06-14t5303: drop "count=1" from corruption ddLibravatar Jeff King1-1/+1
2012-06-24tests: enclose $PERL_PATH in double quotesLibravatar Junio C Hamano1-2/+2
2012-06-12t: Replace 'perl' by $PERL_PATHLibravatar Vincent van Ravesteijn1-2/+2
2009-10-14sha1_file: Fix infinite loop when pack is corruptedLibravatar Shawn O. Pearce1-0/+9
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroLibravatar Johannes Sixt1-5/+7
2008-11-09t5303: fix printf format string for portabilityLibravatar Junio C Hamano1-1/+1
2008-11-09t5303: work around printf breakage in dashLibravatar Junio C Hamano1-1/+1
2008-11-02extend test coverage for latest pack corruption resilience improvementsLibravatar Nicolas Pitre1-7/+89
2008-06-25Fix use of "perl -i" on WindowsLibravatar Alex Riesen1-2/+2
2008-06-23test case for pack resilience against corruptionsLibravatar Nicolas Pitre1-0/+194