From fef3ad0a14d8bb0fc1471b9f7fde23434f1a0684 Mon Sep 17 00:00:00 2001 From: Pengyu Lv Date: Thu, 23 Feb 2023 16:41:35 +0800 Subject: [PATCH] Update incorrect comment Signed-off-by: Pengyu Lv --- tests/compat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compat.sh b/tests/compat.sh index 6d09b4fc933e..e520c318680f 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -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