This file is indexed.

/usr/share/doc/wise/run-unit-test is in wise 2.4.1-17.

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

pkg=wise
if [ "$ADTTMP" = "" ] ; then
  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
cp /usr/share/doc/wise-data/examples/* $ADTTMP
gunzip *.gz
perl <(sed 1d testman.pl) < short.test
# rm -f $ADTTMP/*