/usr/src/blcr-0.8.5/tests/cr_run.sh is in blcr-dkms 0.8.5-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
. ${cr_testsdir:-`dirname $0`}/shellinit
${cr_run} ${cr_testsdir}/hello >/dev/null 2>/dev/null
|