]> git.proxmox.com Git - systemd.git/blobdiff - src/libsystemd-network/test-ipv4ll-manual.c
New upstream version 240
[systemd.git] / src / libsystemd-network / test-ipv4ll-manual.c
index 125133f0393502ea1a3cae1c722aeafeb3871dd0..fd827ff40144e37cadef649df6fd22cddc03eeb4 100644 (file)
@@ -15,6 +15,7 @@
 #include "netlink-util.h"
 #include "parse-util.h"
 #include "string-util.h"
+#include "tests.h"
 #include "util.h"
 
 static void ll_handler(sd_ipv4ll *ll, int event, void *userdata) {
@@ -95,9 +96,7 @@ static int test_ll(const char *ifname, const char *seed) {
 }
 
 int main(int argc, char *argv[]) {
-        log_set_max_level(LOG_DEBUG);
-        log_parse_environment();
-        log_open();
+        test_setup_logging(LOG_DEBUG);
 
         if (argc == 2)
                 return test_ll(argv[1], NULL);