summaryrefslogtreecommitdiff
path: root/t/t5303-pack-corruption-resilience.sh
Commit message (Expand)AuthorAgeFilesLines
* t/t5303-pack-corruption-resilience.sh: use the $( ... ) construct for command...Elia Pinto2015-12-281-8/+8
* t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-2/+2
* unpack_entry: do not die when we fail to apply a deltaJeff King2013-06-141-0/+27
* t5303: drop "count=1" from corruption ddJeff King2013-06-141-1/+1
* tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-241-2/+2
* t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-121-2/+2
* sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce2009-10-141-0/+9
* t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt2009-03-191-5/+7
* t5303: fix printf format string for portabilityJunio C Hamano2008-11-091-1/+1
* t5303: work around printf breakage in dashJunio C Hamano2008-11-091-1/+1
* extend test coverage for latest pack corruption resilience improvementsNicolas Pitre2008-11-021-7/+89
* Fix use of "perl -i" on WindowsAlex Riesen2008-06-251-2/+2
* test case for pack resilience against corruptionsNicolas Pitre2008-06-231-0/+194