X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest%2Ftest-helper.h;h=f75dd3374ad3e674e4e4e5a468baa6f2bead9741;hp=92864edb54c0831a4bebbf88933919a9356e794c;hb=90e633a7901060063e62bf53948c4c239a9f55d1;hpb=eef65bf3ee6f73afa4a5de23ae3a794a279f30c0 diff --git a/src/test/test-helper.h b/src/test/test-helper.h index 92864edb5..f75dd3374 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); \ }