mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 19:33:23 +00:00
Add support for chmod, fchmod, fchmodat
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
743344e3fc
commit
3600a3a439
@ -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)))
|
||||
|
3
regression/syscall_test/blocklists/chmod_test
Normal file
3
regression/syscall_test/blocklists/chmod_test
Normal file
@ -0,0 +1,3 @@
|
||||
ChmodTest.FchmodDirSucceeds_NoRandomSave
|
||||
ChmodTest.FchmodatDirAbsolutePath
|
||||
ChmodTest.FchmodatDir
|
Reference in New Issue
Block a user