tests: Fix a typo in the name of a profile

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-10-02 16:45:50 -04:00 committed by Stefan Berger
parent 8f670605b5
commit 770abf3ff0

View File

@ -226,7 +226,7 @@ test_custom_profile_sfls()
sfl=$(cut -d":" -f1 <<< "${sfls}")
exp_sfl=$(cut -d":" -f2 <<< "${sfls}")
exp_fail=$(cut -d":" -f3 <<< "${sfls}")
profile="{\"Name\":\"custom:test-sfl-${slf}\",\"Commands\":\"${cmds}\",\"StateFormatLevel\":${sfl}}"
profile="{\"Name\":\"custom:test-sfl-${sfl}\",\"Commands\":\"${cmds}\",\"StateFormatLevel\":${sfl}}"
exp_response=".*,\"StateFormatLevel\":${exp_sfl},.*"
test_swtpm_setup_profile \
"${workdir}" "${profile}" "${exp_response}" "" "" "" "${exp_fail}"