1#! /bin/sh 2# 3# Test that the appropriate privilege is required to lock process memory with 4# mlockall() 5# 6# This is tested implicitly via assertion 15. 7 8echo "Tested implicitly via assertion 15." 9exit 0 10