dd8a8566def603776cc102ec86906556b8bd5b0a |
|
27-Jun-2014 |
Phil Carmody <phil@dovecot.fi> |
lib: remove unwanted srand()s from unit tests
We'll get better coverage without them.
Note: this change causes the following test case failure occasionally:
test-istream-concat.c:88: Assert failed: size >= TEST_MAX_BUFFER_SIZE
istream concat random ................................................ : FAILED
test: random seed #1 was 1403027537
(The seed may vary, obviously.)
Signed-off-by: Phil Carmody <phil@dovecot.fi> |