oldtests: win: a directory is not executable

Tests in 'test/functional/core/job_spec.lua' depend on this behavior.
This commit is contained in:
Jan Edmund Lazo
2018-08-13 20:56:41 -04:00
parent a1a5e35e9a
commit 538ace9aae

View File

@@ -43,7 +43,7 @@ func Test_existent_directory()
call assert_equal(0, getfsize(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
func SleepForTimestamp()