| ... | @@ -96,7 +96,7 @@ pub const TestContext = struct { | ... | @@ -96,7 +96,7 @@ pub const TestContext = struct { |
| 96 | case: ZIRCompareOutputCase, | 96 | case: ZIRCompareOutputCase, |
| 97 | target: std.Target, | 97 | target: std.Target, |
| 98 | ) !void { | 98 | ) !void { |
| 99 | var tmp = std.testing.tmpDir(.{ .share_with_child_process = true }); | 99 | var tmp = std.testing.tmpDir(.{}); |
| 100 | defer tmp.cleanup(); | 100 | defer tmp.cleanup(); |
| 101 | | 101 | |
| 102 | var prg_node = root_node.start(case.name, 4); | 102 | var prg_node = root_node.start(case.name, 4); |