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