Skip to content

Commit 55c765a

Browse files
committed
server_key_algorithms test: reliability?
1 parent 7c19ceb commit 55c765a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ fn server_with_key_algorithm(key_type: &str, sig_algs: &str, version_flag: &str)
441441
}
442442

443443
let (port, port_str) = choose_port();
444-
445444
let mut openssl_server = KillOnDrop(Some(
446445
Command::new("tests/maybe-valgrind.sh")
447446
.env("LD_LIBRARY_PATH", "")
@@ -462,6 +461,7 @@ fn server_with_key_algorithm(key_type: &str, sig_algs: &str, version_flag: &str)
462461

463462
let openssl_output = print_output(openssl_server.wait_with_timeout());
464463

464+
let (port, port_str) = choose_port();
465465
let mut rustls_server = KillOnDrop(Some(
466466
Command::new("tests/maybe-valgrind.sh")
467467
.args([

0 commit comments

Comments
 (0)