diff --git a/test/src/Cases.zig b/test/src/Cases.zig index 6fedf43bf7..9d52516b84 100644 --- a/test/src/Cases.zig +++ b/test/src/Cases.zig @@ -1797,7 +1797,7 @@ fn runOneCase( try comp.makeBinFileExecutable(); while (true) { - break :x std.ChildProcess.exec(.{ + break :x std.ChildProcess.run(.{ .allocator = allocator, .argv = argv.items, .cwd_dir = tmp.dir,