From 7c26d67583b6debdcc1603d425681e46c6216ec3 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 29 Mar 2021 19:06:46 +0100 Subject: [PATCH] Fix typos in test script --- test/test-rpi-eeprom-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-rpi-eeprom-config b/test/test-rpi-eeprom-config index 4e18239..f758ebe 100755 --- a/test/test-rpi-eeprom-config +++ b/test/test-rpi-eeprom-config @@ -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"