libgit2/tests/object/blob
Carlos Martín Nieto 35e68606da blob: fix fromchunks iteration counter
By returning when the count goes to zero rather than below it, setting
`howmany` to 7 in fact writes out the string 6 times.

Correct the termination condition to write out the string the amount of
times we specify.
2016-03-22 20:00:24 +01:00
..
filter.c Merge pull request #2334 from libgit2/rb/fix-2333 2014-05-12 10:44:13 -07:00
fromchunks.c blob: fix fromchunks iteration counter 2016-03-22 20:00:24 +01:00
fromstream.c blob: fix fromchunks iteration counter 2016-03-22 20:00:24 +01:00
write.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00