summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/jffs2_fspatheval/jffs2_fspatheval.scn
blob: 0990627fc0e0de8d72a603042ca7810b7eb7a0ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82


*** FILE SYSTEM TEST ( JFFS2 ) ***
Initializing filesystem JFFS2


*** PATH EVALUATION TEST ***
Making directory /test1/
Making directory tets2
Making directory ///test3
Making directory test4////
Making directory ../../test5
Making directory /test1/../test6
Making directory ./test7/
Making directory .././test8
Making directory test8/./../test9
Making directory ///test9/../test10

Making directory !#$%&()-@^_`{}~'
Making directory 0_1_A
Making directory aaa bbb
Making directory ccc....ddd
Making directory  fff

Removing directory test10
Removing directory test9
Removing directory test8
Removing directory test7
Removing directory test6
Removing directory test5
Removing directory test4
Removing directory test3
Removing directory tets2
Removing directory test1

Removing directory  fff
Removing directory ccc....ddd
Removing directory aaa bbb
Removing directory 0_1_A
Removing directory !#$%&()-@^_`{}~'

Create file /test1
Create file tets2
Create file ///test3
Create file test4
Create file ../../test5
Create file /../test6
Create file ./test7
Create file .././test8
Create file /./../test9
Create file //../test10

Create file !#$%&()-@^_`{}~'
Create file 0_1_A
Create file aaa bbb
Create file ccc....ddd
Create file  fff

Removing file test10
Removing file test9
Removing file test8
Removing file test7
Removing file test6
Removing file test5
Removing file test4
Removing file test3
Removing file tets2
Removing file test1

Removing file  fff
Removing file ccc....ddd
Removing file aaa bbb
Removing file 0_1_A
Removing file !#$%&()-@^_`{}~'

mkdir /tmp/a/b
cd /tmp
*** END OF PATH EVALUATION TEST ***


Shutting down filesystem JFFS2
*** END OF FILE SYSTEM TEST ( JFFS2 ) ***