]> 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:10:39 +0000 (19:10 +0800)
commitee651fff142c00d5904f2764d12245543eca9f7c
treee2fbac07affe3278a114c486b1a5a8bc5d40b132
parentda8de0e8dd3e09655cd17ef700359c63acdc9cd4
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