diff options
| author | William Boman <william@redwill.se> | 2023-03-05 02:33:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 01:33:57 +0000 |
| commit | c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991 (patch) | |
| tree | fc51d2ede21b745e9810026281fe4fe427f12b8c /tests/mason-core/installer/context_spec.lua | |
| parent | chore: autogenerate (#1051) (diff) | |
| download | mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar.gz mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar.bz2 mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar.lz mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar.xz mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.tar.zst mason-c1dbd9824ceb03f2e378cc5b732cd11ba0e4c991.zip | |
feat(InstallContext): add strict_mode flag (#1055)
Also add some more ctx.fs methods.
Diffstat (limited to 'tests/mason-core/installer/context_spec.lua')
| -rw-r--r-- | tests/mason-core/installer/context_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mason-core/installer/context_spec.lua b/tests/mason-core/installer/context_spec.lua index 0a5b7410..e09ebd52 100644 --- a/tests/mason-core/installer/context_spec.lua +++ b/tests/mason-core/installer/context_spec.lua @@ -105,7 +105,6 @@ cmd.exe /C echo %GREETING% %*]] stub(ctx.cwd, "get") ctx.cwd.get.returns "/tmp/placeholder" stub(ctx, "write_shell_exec_wrapper") - stub(ctx.spawn, "python") ctx:write_pyvenv_exec_wrapper("my-wrapper-script", "my-module") |
