Skip to content

Commit 4182d64

Browse files
abeldekatechasnovski
authored andcommitted
test(deps): react to Nightly having moved stdpath("log")
Details: - See PR 38501 in neovim/neovim
1 parent 69b7433 commit 4182d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_deps.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ T['setup()']['creates `config` field'] = function()
269269

270270
expect_config('path.package', child.fn.stdpath('data') .. '/site')
271271
expect_config('path.snapshot', child.fn.stdpath('config') .. '/mini-deps-snap')
272-
expect_config('path.log', child.fn.stdpath('state') .. '/mini-deps.log')
272+
expect_config('path.log', child.fn.stdpath('log') .. '/mini-deps.log')
273273

274274
expect_config('silent', false)
275275
end

0 commit comments

Comments
 (0)