diff options
Diffstat (limited to 'src/test/test-helper.h')
-rw-r--r-- | src/test/test-helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-helper.h b/src/test/test-helper.h index 92864edb54..f75dd3374a 100644 --- a/src/test/test-helper.h +++ b/src/test/test-helper.h @@ -24,8 +24,8 @@ #include "sd-daemon.h" #define TEST_REQ_RUNNING_SYSTEMD(x) \ - if (sd_booted() > 0) { \ - x; \ + if (sd_booted() > 0) { \ + x; \ } else { \ printf("systemd not booted skipping '%s'\n", #x); \ } |