diff --git a/src/Command.zig b/src/Command.zig index 5cc3dc9459..e9bffe26e0 100644 --- a/src/Command.zig +++ b/src/Command.zig @@ -700,7 +700,7 @@ test "Command: custom working directory" { .cwd = "C:\\Windows\\System32", } else .{ .path = "/bin/sh", - .args = &.{ "/bin/sh", "-c", "pwd" }, + .args = &.{ "/bin/sh", "-c", "pwd", "-L" }, .stdout = stdout, .cwd = "/bin", };