Merge pull request #325 from lurch/patch-1

Fix typos in test script
This commit is contained in:
Tim Gover
2021-03-29 19:42:33 +01:00
committed by GitHub

View File

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