Add support for chmod, fchmod, fchmodat

This commit is contained in:
LI Qing
2023-07-03 16:14:40 +08:00
committed by Tate, Hongliang Tian
parent 743344e3fc
commit 3600a3a439
14 changed files with 160 additions and 26 deletions

View File

@ -1,4 +1,4 @@
TESTS ?= open_test read_test statfs_test
TESTS ?= open_test read_test statfs_test chmod_test
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))

View File

@ -0,0 +1,3 @@
ChmodTest.FchmodDirSucceeds_NoRandomSave
ChmodTest.FchmodatDirAbsolutePath
ChmodTest.FchmodatDir