Skip to content

Commit

Permalink
fix dirfd
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Dec 23, 2023
1 parent 324c525 commit 2e89dab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirrord/layer/tests/issue2001.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ async fn test_issue2001(
))))
.await;

intproxy.expect_file_close(10).await;

assert_eq!(
intproxy.recv().await,
ClientMessage::FileRequest(FileRequest::ReadDir(ReadDirRequest { remote_fd: 11 })),
Expand Down

0 comments on commit 2e89dab

Please sign in to comment.