mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-12 20:24:44 +00:00
tests: Fix filename used for volatilestate
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
06b8d0327b
commit
0f648eda0b
@ -126,7 +126,7 @@ if [ ! -r $volatilestatefile ]; then
|
||||
fi
|
||||
|
||||
#ls -l $volatilestatefile
|
||||
size=$(get_filesize $volatilestate)
|
||||
size=$(get_filesize $volatilestatefile)
|
||||
expsize=1290
|
||||
if [ $size -ne $expsize ]; then
|
||||
echo "Error: Unexpected size of volatile state file."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user