/usr/share/EMBOSS/test/qa/qatest.csh is in emboss-test 6.6.0-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/csh
echo "# QA test commands" >! qatest.cmd
setenv EMBOSS_ACDCOMMANDLINELOG ../qatest.cmd
../../scripts/qatest.pl -without=srs -without=iprscan
unsetenv EMBOSS_ACDCOMMANDLINELOG
|