test-runner: Wrap realloc() too
authorDaniel Stone <daniel@fooishbar.org>
Mon, 23 Jul 2012 18:54:39 +0000 (19:54 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 23 Jul 2012 20:40:58 +0000 (16:40 -0400)
commit61e9196f565e02b1774699e865a81a4efd3904bb
tree4e88af6dce53f0918fbaafa911edbeb737e0e0e9
parent16b4c8747053e73bb963ea2bdf566cc54b9aeb90
test-runner: Wrap realloc() too

So all our tests don't start failing just because we had the temerity to
use realloc() rather than malloc().

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
tests/test-runner.c