[gnutls-devel] GnuTLS | Fixes for 3.8.10 testsuite (!1980)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Thu Jul 10 11:22:24 CEST 2025



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1980 was reviewed by Andreas Metzler

--
  
Andreas Metzler started a new discussion on tests/system-override-compress-cert.sh: https://gitlab.com/gnutls/gnutls/-/merge_requests/1980#note_2617181312

 >  fi
 >  
 > +if ! "$CLI" --list | grep '^Compression: .*COMP-\(BROTLI\|ZSTD\)*'; then

Due to the "*" at the end of the regex `^Compression: .*COMP-\(BROTLI\|ZSTD\)*` it matches "Compression: COMP-NULL" and the test is not skipped without brotli/zstd. This works for me:
`if ! "$CLI" --list | grep '^Compression: .*COMP-\(BROTLI\|ZSTD\)'; then`


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1980
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20250710/25b4ca3b/attachment.html>


More information about the Gnutls-devel mailing list