test: fix error message in runner
This commit is contained in:
parent
1923abda94
commit
48f98424bd
@ -68,7 +68,7 @@ int process_start(char* name, char* part, process_info_t* p) {
|
||||
pid_t pid = fork();
|
||||
|
||||
if (pid < 0) {
|
||||
perror("vfork");
|
||||
perror("fork");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user