We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9743a5e commit 0a69ed1Copy full SHA for 0a69ed1
tests/openssh.rs
@@ -6,7 +6,7 @@ use std::{
6
net::IpAddr,
7
path::PathBuf,
8
process,
9
- time::Duration, ffi::OsStr, os::unix::prelude::OsStrExt,
+ time::Duration,
10
};
11
use tempfile::tempdir;
12
use tokio::{
@@ -295,7 +295,7 @@ async fn stdout() {
295
296
#[tokio::test]
297
#[cfg_attr(not(ci), ignore)]
298
-async fn with_session() {
+async fn over_session() {
299
for session in connects().await {
300
let mut command =
301
std::process::Command::new("echo")
0 commit comments