Warning, /testsuites/fstests/fssymlink/mimfs_fssymlink.scn is written in an unsupported language. File is not indexed.
0001 *** FILE SYSTEM TEST ( MOUNTED IMFS ) ***
0002 Initializing filesystem MOUNTED IMFS
0003
0004
0005 *** SYMLINK TEST ***
0006 Create a file named file
0007 Create a symlink named symlink to file
0008 call readlink
0009 file
0010 Unlink the file
0011 call readlink
0012 Create a dir named file
0013 Create a symlink named symlink to file
0014 call readlink
0015 rmdir the dir
0016 symlink loop erro test
0017 Testing creat with arguments: "path,mode" EXPECT "ELOOP"
0018 PASS
0019 Testing open with arguments: "path,O_CREAT|O_WRONLY,mode" EXPECT "ELOOP"
0020 PASS
0021 Testing truncate with arguments: "path,0" EXPECT "ELOOP"
0022 PASS
0023 Testing rename with arguments: "path,file04" EXPECT "ELOOP"
0024 FAIL ../../../../../../../rtems/c/src/../../testsuites/fstests/mimfs_fssymlink/../fssymlink/test.c: 151
0025 Testing unlink with arguments: "path" EXPECT "ELOOP"
0026 PASS
0027 Testing mkdir with arguments: "path,mode" EXPECT "ELOOP"
0028 PASS
0029 Testing rmdir with arguments: "path" EXPECT "ELOOP"
0030 PASS
0031 *** END OF SYMLINK TEST ***