/usr/share/asterisk-testsuite/cleanup-test-remnants.sh is in asterisk-testsuite 0.0.0+svn.5781-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/bash
find . -type d -name tmp | grep -vF .svn | xargs -d\\n rm -rf
rm -rf /tmp/asterisk-testsuite
|