source: rtems/testsuites/fstests/fssymlink/imfs_fssymlink.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.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.