diff --git a/wezterm-ssh/tests/sshd.rs b/wezterm-ssh/tests/sshd.rs index cd8c3dcb6..e17403b78 100644 --- a/wezterm-ssh/tests/sshd.rs +++ b/wezterm-ssh/tests/sshd.rs @@ -304,8 +304,7 @@ impl Sshd { let sshd_log_file = tmp.child("sshd.log"); - let (child, port) = Self::try_spawn_next(sshd_config_file.path(), "/dev/stderr") - //sshd_log_file.path()) + let (child, port) = Self::try_spawn_next(sshd_config_file.path(), sshd_log_file.path()) .expect("No open port available for sshd"); Ok(Self { child, port, tmp })