diff options
| author | Saikari <[email protected]> | 2026-02-02 16:46:22 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-02 16:46:22 +0300 |
| commit | d46368bd6d2d5c0331e701a1cfa62590407f074c (patch) | |
| tree | eb462591743597de8f5b0dfc63a25afe5cd30633 /tests/modules/stdin/test.lua | |
| parent | 03f89e0d3a6bff306ad95705afe18c5e12792bbc (diff) | |
try
Diffstat (limited to 'tests/modules/stdin/test.lua')
| -rw-r--r-- | tests/modules/stdin/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/stdin/test.lua b/tests/modules/stdin/test.lua index f3490a064..ae550e789 100644 --- a/tests/modules/stdin/test.lua +++ b/tests/modules/stdin/test.lua @@ -36,7 +36,7 @@ function main(t) local is_ape = binutils.format(xmake) == "ape" local run_stdin = string.format('"%s" l --stdin', xmake) -- Fix pwsh and cosmocc "exec format error" for MacOS - if is_ape and is_host("macosx") then + if is_ape and not is_host("windows") then run_stdin = string.format("sh -c ' \"%s\" l --stdin '", xmake) end local pwsh = "" |
