tests: fix a segfault in error path
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 30 Jul 2019 11:49:49 +0000 (13:49 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 30 Jul 2019 11:49:49 +0000 (13:49 +0200)
commit95f8cb0a3d4139563545651887e718d1bf141fbb
treed5397555ed8be9460ee493f9ee09cc31c51c8731
parentdec49279153d534a12c9452580a2436c3d7f89fd
tests: fix a segfault in error path

We may all the atexit() cleanup func before the gpio_mockup context
is setup. This will result in a segfault so add an appropriate check.

Fixes: b8659e044d50 ("tests: use libgpiomockup")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/gpiod-test.c