]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-path.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / test / test-path.c
index 529487d1ad84a164373335ed030cca6e86a60456..2690dc0aa4fe3e3de14a06c8d4effa9cf83adb18 100644 (file)
@@ -24,7 +24,6 @@ typedef void (*test_function_t)(Manager *m);
 static int setup_test(Manager **m) {
         char **tests_path = STRV_MAKE("exists", "existsglobFOOBAR", "changed", "modified", "unit",
                                       "directorynotempty", "makedirectory");
-        char **test_path;
         Manager *tmp = NULL;
         int r;