diff --git a/tests/e2e_all/scripts/tests/v4_dart_inline b/tests/e2e_all/scripts/tests/v4_dart_inline index 3f5c797d3..6cdd3569c 100755 --- a/tests/e2e_all/scripts/tests/v4_dart_inline +++ b/tests/e2e_all/scripts/tests/v4_dart_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]]; then - logInfo " N/A because c daemon isn't compatible with v4 clients" + logInfo " N/A because C daemon isn't compatible with v4 clients" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v4_openssh_print b/tests/e2e_all/scripts/tests/v4_openssh_print index 62c5aa8d8..c9e39bb15 100755 --- a/tests/e2e_all/scripts/tests/v4_openssh_print +++ b/tests/e2e_all/scripts/tests/v4_openssh_print @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]]; then - logInfo " N/A because c daemon isn't compatible with v4 clients" + logInfo " N/A because C daemon isn't compatible with v4 clients" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v5_dart_inline b/tests/e2e_all/scripts/tests/v5_dart_inline index b4dba0e69..db71c8456 100755 --- a/tests/e2e_all/scripts/tests/v5_dart_inline +++ b/tests/e2e_all/scripts/tests/v5_dart_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]] && [[ $(versionIsLessThan "$clientVersion" "d:5.3.0") == "true" ]]; then - logInfo " N/A because c daemon requires clients >= v5.3.0" + logInfo " N/A because C daemon requires clients >= v5.3.0" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v5_openssh_inline b/tests/e2e_all/scripts/tests/v5_openssh_inline index c52519fda..acb417c21 100755 --- a/tests/e2e_all/scripts/tests/v5_openssh_inline +++ b/tests/e2e_all/scripts/tests/v5_openssh_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]] && [[ $(versionIsLessThan "$clientVersion" "d:5.3.0") == "true" ]]; then - logInfo " N/A because c daemon requires clients >= v5.3.0" + logInfo " N/A because C daemon requires clients >= v5.3.0" exit 50 fi