]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: check exit handler invocation
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 22 Nov 2015 08:23:59 +0000 (08:23 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 22 Nov 2015 08:23:59 +0000 (08:23 +0000)
src/libsystemd/sd-event/test-event.c

index c1a3b494836e7dc658a8f96fd35798797b5336b8..e09fa915ebe591700fef311e82ee418d95280da8 100644 (file)
@@ -234,6 +234,7 @@ static void test_basic(void) {
         assert_se(sd_event_source_set_enabled(z, SD_EVENT_ONESHOT) >= 0);
 
         assert_se(sd_event_loop(e) >= 0);
+        assert_se(got_exit);
 
         sd_event_source_unref(z);
         sd_event_source_unref(q);