mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
libuv: starting Tty impl
This commit is contained in:
@@ -295,7 +295,7 @@ test "Command: pre exec" {
|
||||
.path = "/usr/bin/env",
|
||||
.args = &.{ "/usr/bin/env", "--version" },
|
||||
.pre_exec = (struct {
|
||||
fn do() void {
|
||||
fn do(_: *Command) void {
|
||||
// This runs in the child, so we can exit and it won't
|
||||
// kill the test runner.
|
||||
os.exit(42);
|
||||
|
Reference in New Issue
Block a user