]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a visual glitch in test_cmp_http.t 26979/head
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 21 Mar 2025 19:58:57 +0000 (20:58 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Apr 2025 17:42:33 +0000 (19:42 +0200)
commitc45f0dd80370f1aa942cf47fc5ea99cb887621e4
tree009c47f1445dc62ce1e803c0f2911978f1e391c3
parentff5a272e605633b9cba30ee9440cf05b90e903d9
Fix a visual glitch in test_cmp_http.t

Kill the shell process after the Mock server is running,
to prevent the shell from printing an error message when
the Mock server is finally killed.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27144)
test/recipes/80-test_cmp_http.t