We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b9d56 commit 2c530feCopy full SHA for 2c530fe
tests/plenary/path2_spec.lua
@@ -468,7 +468,7 @@ describe("Path2", function()
468
it_cross_plat("can set different modes", function()
469
local p = Path:new "_dir_not_exist"
470
assert.has_no_error(function()
471
- p:mkdir { mode = 292 } -- o444
+ p:mkdir { mode = 292 } -- o444
472
end)
473
assert_permission(444, p:permission())
474
0 commit comments