/usr/src/blcr-0.8.5/tests/bug2003.sh is in blcr-dkms 0.8.5-2.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 9 10 11 | #!/bin/sh
set -e
. ${cr_testsdir:-`dirname $0`}/shellinit
#
${cr_run} ${cr_testsdir}/bug2003_aux &
pid=$!
sleep 2
${cr_checkpoint} --clobber $pid
sleep 2
${cr_restart} context.$pid
rm -f context.$pid
|