This file is indexed.

/usr/share/doc/raxml/run-unit-test is in raxml 8.2.11+dfsg-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
 7
 8
 9
10
11
12
13
14
15
16
#!/bin/sh -e

pkg=raxml

if [ "$TMPDIR" = "" ] ; then
  TMPDIR=$(mktemp -d /tmp/${pkg}-test.XXXX)
  trap "rm -rf $TMPDIR" 0 INT QUIT ABRT PIPE TERM
fi

cd $TMPDIR

cp -a /usr/share/doc/${pkg}/test_data/* .
gunzip -r *

raxmlHPC -m GTRGAMMA -n TEST -s testData.txt ­-f A -t testTree.txt 
raxmlHPC -m GTRCAT -z testTree2.txt -s testData2.txt -f r -n TEST2