blob: f9a729a3bc7f4fc7b019d334a0d942a0c02e5202 (
plain)
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
|
QA output created by 082
Compiled PMNS contains
1 hash table entries
2 leaf nodes
1 non-leaf nodes
15 bytes of symbol table
permissions before add:
-rw-r--r-- foo
---------- new-default-mode
-rw-r--r-- root
-rw-r--r-- root.bin
Compiled PMNS contains
1 hash table entries
3 leaf nodes
2 non-leaf nodes
23 bytes of symbol table
permissions after add:
-rw-r--r-- foo
---------- new-default-mode
-rw-r--r-- root
-rw-r--r-- root.bin
Expect fred, bear and foo.bar ...
fred
bear
foo.bar
Compiled PMNS contains
1 hash table entries
2 leaf nodes
1 non-leaf nodes
15 bytes of symbol table
permissions after delete:
-rw-r--r-- foo
---------- new-default-mode
-rw-r--r-- root
-rw-r--r-- root.bin
Expect fred and bear ...
fred
bear
|