diff options
| author | ruki <[email protected]> | 2025-07-15 00:45:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-15 00:45:12 +0800 |
| commit | 9ea0539bee3e18aecc61a7006012661c78b1bc50 (patch) | |
| tree | 08ab4f4505828e80a4746ce802388b68fd0b4d59 /tests/projects/package/components/test.lua | |
| parent | e030afbe5b55b59b38a2411332662b17c514bb9b (diff) | |
fix tests
Diffstat (limited to 'tests/projects/package/components/test.lua')
| -rw-r--r-- | tests/projects/package/components/test.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/package/components/test.lua b/tests/projects/package/components/test.lua index 4964fecaa..a45153181 100644 --- a/tests/projects/package/components/test.lua +++ b/tests/projects/package/components/test.lua @@ -1,7 +1,5 @@ function main(t) - - -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd") or is_subhost("msys") then return end |
