mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
oldtests: win: a directory is not executable
Tests in 'test/functional/core/job_spec.lua' depend on this behavior.
This commit is contained in:
@@ -43,7 +43,7 @@ func Test_existent_directory()
|
|||||||
|
|
||||||
call assert_equal(0, getfsize(dname))
|
call assert_equal(0, getfsize(dname))
|
||||||
call assert_equal('dir', getftype(dname))
|
call assert_equal('dir', getftype(dname))
|
||||||
call assert_equal('rwx', getfperm(dname)[0:2])
|
call assert_equal(has('win32') ? 'rw-' : 'rwx', getfperm(dname)[0:2])
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func SleepForTimestamp()
|
func SleepForTimestamp()
|
||||||
|
Reference in New Issue
Block a user