source: rtems/testsuites/fstests/fspermission/imfs_fspermission.scn @ 8967e5f

5
Last change on this file since 8967e5f was 8967e5f, checked in by Chris Johns <chrisj@…>, on 04/09/18 at 03:40:29

testsuite/fstests: Merged nested Makefile.am files into one Makefile.am

This change is part of the testsuite Makefile.am reorganization.

Update #3382

  • Property mode set to 100644
File size: 1.6 KB
Line 
1*** FILE SYSTEM TEST ( IMFS ) ***
2Initializing filesystem IMFS
3
4
5*** PERMISSION TEST ***
6The previous cmask is 022
7The file mode of file01 is 755
8The file mode of file02 is 755
9The file mode of dir01 is 755
10The previous cmask is 321
11The file mode of file01 is 456
12The file mode of file02 is 456
13The file mode of dir01 is 456
14The file mode of file01 is 777
15The file mode of file02 is 240
16The file mode of dir01 is 340
17Testing open       with arguments: "file02,O_RDONLY"    EXPECT "EACCES"
18PASS
19Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
20PASS
21Change euid and check
22Testing open       with arguments: "file02,O_WRONLY"    EXPECT "EACCES"
23PASS
24Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
25PASS
26Testing creat      with arguments: "path,mode"          EXPECT "EACCES"
27PASS
28Testing rename     with arguments: "path,\"test\""      EXPECT "EACCES"
29PASS
30Testing truncate   with arguments: "path,0"             EXPECT "EACCES"
31PASS
32Testing link       with arguments: "path,\"test\""      EXPECT "EACCES"
33PASS
34Testing unlink     with arguments: "path"               EXPECT "EACCES"
35PASS
36Change egid and check
37Testing open       with arguments: "file02,O_WRONLY"    EXPECT "EACCES"
38PASS
39Testing open       with arguments: "file02,O_RDONLY"    EXPECT "EACCES"
40PASS
41Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
42PASS
43Testing creat      with arguments: "path,mode"          EXPECT "EACCES"
44PASS
45The directory file mode is 777
46The directory file mode is 321
47*** END OF PERMISSION TEST ***
48
49
50Shutting down filesystem IMFS
51*** END OF FILE SYSTEM TEST ( IMFS ) ***
52
Note: See TracBrowser for help on using the repository browser.