tests: Fix test case output

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2015-05-01 16:25:54 -04:00
parent 0722cffd12
commit a4b00166dd

View File

@ -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