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 c9d907b commit a1c1655Copy full SHA for a1c1655
tests/openssh.rs
@@ -292,13 +292,11 @@ async fn stdout() {
292
}
293
294
295
-
296
#[tokio::test]
297
#[cfg_attr(not(ci), ignore)]
298
async fn over_session() {
299
for session in connects().await {
300
- let mut command =
301
- std::process::Command::new("echo")
+ let mut command = std::process::Command::new("echo")
302
.arg("foo")
303
.over_session(&session);
304
@@ -319,7 +317,6 @@ async fn over_session() {
319
317
320
318
321
322
323
324
325
async fn shell() {
0 commit comments