From: Bartosz Golaszewski Date: Thu, 8 Jun 2017 11:26:42 +0000 (+0200) Subject: tests: request 0 chips for the error handling test case X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a84f8b945d2e403ac5b1fd63f809a3c11f7a5011;p=qemu-gpiodev%2Flibgpiod.git tests: request 0 chips for the error handling test case We now support having no gpio-mockup chips for test cases. Update the error handling test. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/tests-misc.c b/tests/tests-misc.c index 53204d5..4cb3989 100644 --- a/tests/tests-misc.c +++ b/tests/tests-misc.c @@ -39,4 +39,4 @@ static void error_handling(void) } TEST_DEFINE(error_handling, "error handling", - 0, { 1 }); + 0, { });