summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-03 14:25:54 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-04-14 19:45:45 +0200
commitc6df354c2a2295ed120161a5a183e885df3ae1a6 (patch)
tree93d49d5e51bb9bb39b9cb157b9ca08c72054cfad /test
parentaed03a12096cbcce30a133c179336072fdad64d1 (diff)
downloadopenssl-new-c6df354c2a2295ed120161a5a183e885df3ae1a6.tar.gz
80-test_cmp_http.t: Fix resumption when skipping after mock server launch failed
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14839)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_cmp_http.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t
index 80cb6a4122..a8adaad96b 100644
--- a/test/recipes/80-test_cmp_http.t
+++ b/test/recipes/80-test_cmp_http.t
@@ -180,6 +180,7 @@ indir data_dir() => sub {
$server_name = chop_dblquot($server_name);
load_config($server_name, $server_name);
{
+ SKIP: {
my $pid;
if ($server_name eq "Mock") {
indir "Mock" => sub {
@@ -198,6 +199,7 @@ indir data_dir() => sub {
};
};
stop_mock_server($pid) if $pid;
+ }
}
};
};