mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-16 14:32:06 +00:00
tests: Fix return code to skip test
Fix the return code indicating that the test code be skipped. We need to return 77. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
70ee833604
commit
4994a97e52
@ -6,6 +6,6 @@ if [ ! -c /dev/vtpmx ]; then
|
||||
modprobe tpm_vtpm_proxy
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Skipping test using vtpm proxy module"
|
||||
exit 44
|
||||
exit 77
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user