source: rtems/testsuites/fstests/mimfs_fspatheval/mimfs_fspatheval.scn @ 99d1197

4.115
Last change on this file since 99d1197 was 99d1197, checked in by Alex Ivanov <alexivanov97@…>, on 01/15/13 at 19:46:56

fstests: Generating .scn (Screen Shots) #4

  • Property mode set to 100644
File size: 1.6 KB
Line 
1*** FILE SYSTEM TEST ( MOUNTED IMFS ) ***
2Initializing filesystem MOUNTED IMFS
3
4
5*** PATH EVALUATION TEST ***
6Making directory /test1/
7Making directory tets2
8Making directory ///test3
9Making directory test4////
10Making directory ../../test5
11Making directory /test1/../test6
12Making directory ./test7/
13Making directory .././test8
14Making directory test8/./../test9
15Making directory ///test9/../test10
16
17Making directory !#$%&()-@^_`{}~'
18Making directory 0_1_A
19Making directory aaa bbb
20Making directory ccc....ddd
21Making directory  fff
22
23Removing directory test10
24Removing directory test9
25Removing directory test8
26Removing directory test7
27Removing directory test6
28Removing directory test5
29Removing directory test4
30Removing directory test3
31Removing directory tets2
32Removing directory test1
33
34Removing directory  fff
35Removing directory ccc....ddd
36Removing directory aaa bbb
37Removing directory 0_1_A
38Removing directory !#$%&()-@^_`{}~'
39
40Create file /test1
41Create file tets2
42Create file ///test3
43Create file test4
44Create file ../../test5
45Create file /../test6
46Create file ./test7
47Create file .././test8
48Create file /./../test9
49Create file //../test10
50
51Create file !#$%&()-@^_`{}~'
52Create file 0_1_A
53Create file aaa bbb
54Create file ccc....ddd
55Create file  fff
56
57Removing file test10
58Removing file test9
59Removing file test8
60Removing file test7
61Removing file test6
62Removing file test5
63Removing file test4
64Removing file test3
65Removing file tets2
66Removing file test1
67
68Removing file  fff
69Removing file ccc....ddd
70Removing file aaa bbb
71Removing file 0_1_A
72Removing file !#$%&()-@^_`{}~'
73
74mkdir /tmp/a/b
75cd /tmp
76*** END OF PATH EVALUATION TEST ***
Note: See TracBrowser for help on using the repository browser.