diff options
| author | William Boman <william@redwill.se> | 2026-05-30 15:58:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 15:58:21 +0200 |
| commit | 16ba83bfc8a25f52bb545134f5bee082b195c460 (patch) | |
| tree | 1de3594647c276bbdae97d9c1747b418a379c852 /tests/mason-core | |
| parent | refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fst... (diff) | |
| download | mason-main.tar mason-main.tar.gz mason-main.tar.bz2 mason-main.tar.lz mason-main.tar.xz mason-main.tar.zst mason-main.zip | |
Diffstat (limited to 'tests/mason-core')
| -rw-r--r-- | tests/mason-core/installer/compiler/link_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason-core/installer/compiler/link_spec.lua b/tests/mason-core/installer/compiler/link_spec.lua index 6c77bbc6..e5973f6c 100644 --- a/tests/mason-core/installer/compiler/link_spec.lua +++ b/tests/mason-core/installer/compiler/link_spec.lua @@ -128,8 +128,8 @@ describe("registry linker", function() ["golang:executable"] = "executable", ["luarocks:executable"] = "bin/executable", ["npm:executable"] = "node_modules/.bin/executable", - ["nuget:executable"] = "executable", ["opam:executable"] = "bin/executable", + -- ["nuget:executable"] = "executable", -- ["pypi:executable"] = "venv/bin/executable", } |
