Fix: ctf writer test on Cygwin
[babeltrace.git] / tests / lib / test_ctf_writer.c
index 060b68ab61f0ef740a9022ed8c80b88ecfa69f81..3a7d6329af515901174d853db36505fec4bc9edc 100644 (file)
@@ -125,7 +125,7 @@ void validate_trace(char *parser_path, char *trace_path)
                        goto result;
                }
 
-               execl(parser_path, "babeltrace", trace_path, NULL);
+               execl(parser_path, parser_path, trace_path, NULL);
                perror("# Could not launch the babeltrace process");
                exit(-1);
        }
This page took 0.024802 seconds and 4 git commands to generate.