source: rtems/testsuites/fstests/jffs2_fssymlink/jffs2_fssymlink.scn @ 85b52642

4.115
Last change on this file since 85b52642 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 ( JFFS2 ) ***
4Initializing filesystem JFFS2
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/jffs2_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 JFFS2
37*** END OF FILE SYSTEM TEST ( JFFS2 ) ***
Note: See TracBrowser for help on using the repository browser.