]> git.ozlabs.org Git - petitboot/blobdiff - test/lib/test-process-stdout-eintr.c
test/efivar: Rework for efi_mount
[petitboot] / test / lib / test-process-stdout-eintr.c
index b62d570e9a8ad3a45563e4930fa7eb770dd089bf..68df5edcdcdea72336339bb7606fa93050bac658 100644 (file)
@@ -20,7 +20,7 @@ int main(int argc, char **argv)
 {
        struct waitset *waitset;
        struct process *process;
 {
        struct waitset *waitset;
        struct process *process;
-       const char *child_argv[3];
+       const char *child_argv[4];
        void *ctx;
 
        if (argc == 3 && !strcmp(argv[1], "child"))
        void *ctx;
 
        if (argc == 3 && !strcmp(argv[1], "child"))