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 7eb68c8 commit 90e7f5fCopy full SHA for 90e7f5f
tests/openssh.rs
@@ -828,7 +828,7 @@ async fn local_socket_forward() {
828
async fn test_sftp_subsystem() {
829
use openssh_sftp_client::highlevel::Sftp;
830
831
- let content = b"Helop, world!\n";
+ let content = b"This is a test case for the openssh-rust/openssh crate.\n";
832
833
for session in connects().await {
834
let mut child = session
0 commit comments