Skip to content

Commit b341967

Browse files
NobodyXujonhoo
andauthored
Update tests/openssh.rs
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
1 parent 90e7f5f commit b341967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openssh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ async fn test_sftp_subsystem() {
847847
.await
848848
.unwrap();
849849

850-
let file_path = "/tmp/file";
850+
let file_path = "/tmp/openssh-rust-test-sftp-subsystem";
851851

852852
{
853853
let mut fs = sftp.fs();

0 commit comments

Comments
 (0)