test: silence a Wmaybe-uninitialized report on ret variable
authorDjalal Harouni <tixxdz@opendz.org>
Sat, 4 Jan 2014 19:46:46 +0000 (20:46 +0100)
committerKay Sievers <kay@vrfy.org>
Sun, 5 Jan 2014 15:01:49 +0000 (19:01 +0400)
commitec8606052f739aa43716ec8a05a8c79292816671
tree9258f0749485ab1a32fb1cbd1814858ac382095e
parent43949e4d6fdb223c040adbd02e1130b1c33a51ed
test: silence a Wmaybe-uninitialized report on ret variable

Silence the gcc Wmaybe-uninitialized report on ret variable, and avoid
an extra check since run_tests() already returns EXIT_FAILURE or
EXIT_SUCCESS

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
test/test-kdbus.c