diff --git a/test/tests.zig b/test/tests.zig index f91c4fd..f166fc2 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -336,7 +336,6 @@ fn heal(allocator: Allocator, exercises: []const Exercise, outdir: []const u8) ! const argv = &.{ "patch", "-i", patch, "-o", output, file }; var child = std.process.Child.init(argv, allocator); - child.stdout_behavior = .Ignore; // the POSIX standard says that stdout is not used _ = try child.spawnAndWait(); } }