Fix typos in test script

This commit is contained in:
Andrew Scheller
2021-03-29 19:06:46 +01:00
committed by GitHub
parent 1e0be05d6e
commit 7c26d67583

View File

@@ -23,7 +23,7 @@ trap cleanup EXIT
check_reduce_size()
{
# Verify that unused bytes are set to 0xff if the size of the config file is reduced.
echo "check_update $1 $2"
echo "check_reduce_size $1 $2"
image="${script_dir}/$1"
conf="${script_dir}/$2"
@@ -61,7 +61,7 @@ check_reduce_size()
check_loopback()
{
echo "check_update $1 $2"
echo "check_loopback $1 $2"
image="${script_dir}/$1"
conf="${script_dir}/$2"