diff --git a/test/mount/test_mount.rs b/test/mount/test_mount.rs index 65004465d5..9cb7741796 100644 --- a/test/mount/test_mount.rs +++ b/test/mount/test_mount.rs @@ -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}")); }