Skip to content
Snippets Groups Projects
Commit 0d73e56b authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed test cases concerning chmod : the sticky and s[ug]id bits are not used in CASTOR

parent c88a6547
Branches
Tags
No related merge requests found
nstouch <nsFile>; nschmod 7777 <nsFile>; echo $?
nstouch <nsFile>; nschmod 777 <nsFile>; echo $?
nsls -l <nsFile> | sed "s/ */ /g"
-rwxrwxrwx 1 <userId> <groupId> 0 <month> <day> <time> <nsFile>
-rwsrwsrwx 1 <userId> <groupId> 0 <month> <day> <time> <nsFile>
nsmkdir <nsDir>; nstouch <nsDir>/child; nschmod -R 7777 <nsDir>; echo $?
nsmkdir <nsDir>; nstouch <nsDir>/child; nschmod -R 777 <nsDir>; echo $?
nsls -l <nsDir>/child | sed "s/ */ /g"
-rwsrwsrwx 1 <userId> <groupId> 0 <month> <day> <time> <nsDir>/child
-rwxrwxrwx 1 <userId> <groupId> 0 <month> <day> <time> <nsDir>/child
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment