Skip to content

Commit

Permalink
here no one accesses the file system to be unmounted, so no fork lock…
Browse files Browse the repository at this point in the history
… needed
  • Loading branch information
TheJonny committed Apr 24, 2024
1 parent 93fb6e6 commit 56eaed7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mount/test_mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ fn test_mount_rdonly_disallows_write() {
.unwrap()
);

// wait for child processes to prevent EBUSY
let _m = FORK_MTX.lock();
umount(tempdir.path()).unwrap_or_else(|e| panic!("umount failed: {e}"));
}

Expand Down

0 comments on commit 56eaed7

Please sign in to comment.