chiark / gitweb /
tmpfiles: add 'a' type to set ACLs
[elogind.git] / src / journal / test-journal-send.c
index 3e986ed99a4d5b00112a6bf8d0d5fc8a090c9873..81ca47ed8deb58927cc29fecc385f150c3c6ac61 100644 (file)
@@ -19,7 +19,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <systemd/sd-journal.h>
+#include "systemd/sd-journal.h"
 #include <stdlib.h>
 #include <unistd.h>
 
@@ -72,7 +72,7 @@ int main(int argc, char *argv[]) {
                         "N_CPUS=%li", sysconf(_SC_NPROCESSORS_ONLN),
                         NULL);
 
-        sleep(10);
+        sleep(1);
 
         return 0;
 }