This file is indexed.

/usr/share/doc/r-bioc-hypergraph/run-unit-test is in r-bioc-hypergraph 1.42.0-1.

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
#!/bin/sh -e

LC_ALL=C R --no-save <<EOT
require("BiocGenerics")
BiocGenerics:::testPackage("hypergraph")
EOT