mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 23:48:35 +00:00
improve commnts
This commit is contained in:
@@ -162,7 +162,7 @@ test "Command: pre exec" {
|
||||
}
|
||||
|
||||
test "Command: redirect stdout to file" {
|
||||
const td = try TempDir.create();
|
||||
const td = try TempDir.init();
|
||||
defer td.deinit();
|
||||
var stdout = try td.dir.createFile("stdout.txt", .{ .read = true });
|
||||
defer stdout.close();
|
||||
|
Reference in New Issue
Block a user