source: rtems/testsuites/fstests/fspatheval/mrfs_fspatheval.scn @ cbb08b61

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