mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-12 19:54:46 +00:00
tests: Fix test case output
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
0722cffd12
commit
a4b00166dd
@ -120,7 +120,7 @@ for ((l = 0; l <= 2; l++)); do
|
||||
# Resetting via locality 2 must fail
|
||||
$CUSE_TPM_IOCTL -r $l /dev/$VTPM_NAME
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Error: Could reset the establishment bit via locality 2"
|
||||
echo "Error: Could reset the establishment bit via locality $l"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user