Skip to content

Commit

Permalink
Fix sc-hsm test.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Oct 15, 2024
1 parent 8e3801e commit eaf3d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/sc_hsm_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test $? -eq 0 && echo -n "." || {
echo -e "\t${FAIL}"
exit 1
}
grep -q "338 tests performed" <<< $e && echo -n "." || {
grep -q "334 tests performed" <<< $e && echo -n "." || {
echo -e "\t${FAIL}"
exit 1
}
Expand Down

0 comments on commit eaf3d05

Please sign in to comment.