This file is indexed.

/usr/share/sanitizer/testcases/README is in sanitizer 1.76-3.

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
This is the regression test framework for the Anomy mail tools.

You can customize these tests for your own setup, by following these
steps:

  1. Create a new directory for results.  Using a name like
     "mydomain.ok" is probably a good idea.  Don't use the included
     "results.def" directory, because sanitizer upgrades will modify
     the contents of this directory.

  2. cp tests.conf.SAMPLE tests.conf

  3. Edit tests.conf with your favorite text editor, so it points at
     the directory you just created and the configuration files you
     want used for all tests (e.g. SAN_CONF=/etc/sanitizer.cfg).

  4. Run "testall.sh" twice - the first time it will populate the new
     results directory, the second time it will run the tests.

Now you can regression test each new release of the Anomy tools you are
using simply by extracting the new distribution on top of the Anomy
tree containing your tests, and re-running testall.sh.  Note that some
failures may be normal - check the relevant change-logs (*.diff files)
for details.