This file is indexed.

/var/lib/pcp/testsuite/705.out is in pcp-testsuite 3.9.10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
QA output created by 705
== callback-based state exercising
adding entries
iterating WALK_STOP
3 => 3
iterating WALK_NEXT
3 => 3
2 => 2
1 => 1
0 => 0
iterating WALK_DELETE_STOP
3 => 3
iterating WALK_NEXT
2 => 2
1 => 1
0 => 0
iterating WALK_DELETE_NEXT
2 => 2
1 => 1
0 => 0
iterating WALK_NEXT
== verifying both hash walkers produce same results
callback:
adding entries
3 => 3
2 => 2
1 => 1
0 => 0
chained:
adding entries
3 => 3
2 => 2
1 => 1
0 => 0
== success