diff options
Diffstat (limited to 'tests/mason-core/fetch_spec.lua')
| -rw-r--r-- | tests/mason-core/fetch_spec.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mason-core/fetch_spec.lua b/tests/mason-core/fetch_spec.lua index a6237ff1..a14842f9 100644 --- a/tests/mason-core/fetch_spec.lua +++ b/tests/mason-core/fetch_spec.lua @@ -25,6 +25,8 @@ describe("fetch", function() "--header=X-Custom-Header: here", }, "-nv", + "-o", + "/dev/null", "-O", "-", "--method=GET", @@ -80,6 +82,8 @@ describe("fetch", function() "--header=User-Agent: mason.nvim (+https://github.com/williamboman/mason.nvim)", }, "-nv", + "-o", + "/dev/null", "-O", "/test.json", "--method=GET", |
