mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-16 19:00:23 +00:00
tests: Fix a typo in the name of a profile
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
8f670605b5
commit
770abf3ff0
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user