blob: 29d4e4375d21d361d9b551fc320428a8b6cc3551 [file] [log] [blame]
# For the license, see the LICENSE file in the root directory.
# Some distros may not have the device
if [ ! -c /dev/vtpmx ]; then
modprobe tpm_vtpm_proxy
if [ $? -ne 0 ]; then
echo "Skipping test using vtpm proxy module: module not available"
exit 77
fi
fi