/usr/lib/libhugetlbfs/tests/obj64/mremap-expand-slice-collision.sh is in libhugetlbfs-tests 2.19-0ubuntu1.
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 12 13 | #!/bin/bash
. wrapper-utils.sh
# mremap-expand-slice-collision is known broken before 2.6.33
compare_kvers `uname -r` "2.6.33"
if [ $? -eq 1 ]; then
echo "FAIL (assumed) kernel bug"
exit $RC_FAIL
else
EXP_RC=$RC_PASS
exec_and_check $EXP_RC mremap-expand-slice-collision "$@"
fi
|