Skip to content

Commit

Permalink
Update incorrect comment
Browse files Browse the repository at this point in the history
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
  • Loading branch information
lpy4105 committed Feb 23, 2023
1 parent 9516789 commit fef3ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ run_client() {
if [ $EXIT -eq 0 ]; then
RESULT=0
else
# If the cipher isn't supported...
# If ti is NULL cipher ...
if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
RESULT=1
else
Expand Down

0 comments on commit fef3ad0

Please sign in to comment.