]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: fix typo in skip message 2101/head
authorSam James <sam@gentoo.org>
Mon, 27 Apr 2026 17:51:19 +0000 (18:51 +0100)
committerSam James <sam@gentoo.org>
Mon, 27 Apr 2026 17:51:50 +0000 (18:51 +0100)
Otherwise we try to execute the skip message which results in noise
in the log. Copy the other places we skip and echo to stderr.

Signed-off-by: Sam James <sam@gentoo.org>
tests/pqc-hybrid-kx.sh

index 9174a3d5bcbf0bb0244629c3f565952b377a2f7a..37eefc11ccb0a2e509882b4b8a621acf09d116db 100644 (file)
@@ -110,7 +110,7 @@ done
 # KEM based groups cannot be used standalone
 for group in KYBER768 MLKEM768 MLKEM1024; do
     if ! "${CLI}" --list | grep "^Groups: .*GROUP-$group.*" >/dev/null; then
-       "$group is not supported, skipping"
+       echo "$group is not supported, skipping" >&2
        continue
     fi