Skip to content

Commit

Permalink
Is macOS just weird like that?
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed Apr 2, 2024
1 parent c931443 commit bb8822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/os/unix/local_socket_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn get_mode(fd: BorrowedFd<'_>) -> TestResult<mode_t> {
}

fn test_inner(path: bool) -> TestResult {
const MODE: libc::mode_t = 0o600;
const MODE: libc::mode_t = 0o700;
let (name, listener) =
listen_and_pick_name(&mut namegen_local_socket(make_id!(), path), |nm| {
ListenerOptions::new()
Expand Down

0 comments on commit bb8822b

Please sign in to comment.