aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2026-05-30 15:58:21 +0200
committerGitHub <noreply@github.com>2026-05-30 15:58:21 +0200
commit16ba83bfc8a25f52bb545134f5bee082b195c460 (patch)
tree1de3594647c276bbdae97d9c1747b418a379c852 /tests/mason-core
parentrefactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fst... (diff)
downloadmason-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
fix(nuget): also support .cmd shims on Windows (#2102)HEADmain
Diffstat (limited to 'tests/mason-core')
-rw-r--r--tests/mason-core/installer/compiler/link_spec.lua2
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",
}