Skip to content

Commit

Permalink
Fix typos in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch committed Mar 29, 2021
1 parent 1e0be05 commit 7c26d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-rpi-eeprom-config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7c26d67

Please sign in to comment.