chiark / gitweb /
env-util: don't include files from src/core/
[elogind.git] / src / test / test-fileio.c
index cdf1973ea597826f6789db563e72b0cd83463c43..63e4a19b7638e41c6ac86324f7875380698c7aa0 100644 (file)
@@ -90,7 +90,7 @@ static void test_parse_env_file(void) {
         assert_se(streq_ptr(a[9], "ten="));
         assert_se(a[10] == NULL);
 
-        strv_env_clean_log(a, NULL, "test");
+        strv_env_clean(a);
 
         k = 0;
         STRV_FOREACH(i, b) {