source: rtems/testsuites/fstests/imfs_fssymlink/imfs_fssymlink.scn @ a136fb6

4.115
Last change on this file since a136fb6 was a136fb6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/13 at 17:53:36

testsuites: Add missing .scn files

  • Property mode set to 100644
File size: 1.0 KB
Line 
1
2
3*** FILE SYSTEM TEST ( IMFS ) ***
4Initializing filesystem IMFS
5
6
7*** SYMLINK TEST ***
8Create a file named file
9Create a symlink named symlink to file
10call readlink
11file
12Unlink the file
13call readlink
14Create a dir named file
15Create a symlink named symlink to file
16call readlink
17rmdir the dir
18symlink loop erro test
19Testing creat      with arguments: "path,mode"          EXPECT "ELOOP"
20PASS
21Testing open       with arguments: "path,O_CREAT|O_WRONLY,mode" EXPECT "ELOOP"
22PASS
23Testing truncate   with arguments: "path,0"             EXPECT "ELOOP"
24PASS
25Testing rename     with arguments: "path,file04"        EXPECT "ELOOP"
26FAIL   ../../../../../../../rtems/c/src/../../testsuites/fstests/imfs_fssymlink/../fssymlink/test.c: 151
27Testing unlink     with arguments: "path"               EXPECT "ELOOP"
28PASS
29Testing mkdir      with arguments: "path,mode"          EXPECT "ELOOP"
30PASS
31Testing rmdir      with arguments: "path"               EXPECT "ELOOP"
32PASS
33*** END OF SYMLINK TEST ***
34
35
36Shutting down filesystem IMFS
37*** END OF FILE SYSTEM TEST ( IMFS ) ***
Note: See TracBrowser for help on using the repository browser.