]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a visual glitch in test_cms.t
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 24 Mar 2025 22:03:16 +0000 (23:03 +0100)
committerPaul Yang <kaishen.yy@antfin.com>
Wed, 26 Mar 2025 11:15:05 +0000 (19:15 +0800)
commit36616ec97d250fe2d92ef588c72552a2107f224e
treeb3965c23bb4e1256b877bb660c52732eab31db6f
parent653f1757822fd9aa084ec1b53c4c1a9a595e06b0
Fix a visual glitch in test_cms.t

the newline in the newly added subtest names somehow
creates another small visual glitch in the test output,
that looks like:
80-test_cms.t .. 30/?
80-test_cms.t .. ok

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/27145)
test/recipes/80-test_cms.t