Skip to content

Commit

Permalink
fixup! Added better support for unnamed unix socket addrs
Browse files Browse the repository at this point in the history
Removed test assertion
  • Loading branch information
stevenengler committed Nov 21, 2022
1 parent 500baa1 commit f6a2219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,6 @@ pub fn test_unnamed_unixdomain() {

let addr_1: UnixAddr = getsockname(fd_1).expect("getsockname failed");
assert!(addr_1.is_unnamed());
assert_eq!(addr_1, UnixAddr::new_unnamed());

close(fd_1).unwrap();
close(fd_2).unwrap();
Expand Down

0 comments on commit f6a2219

Please sign in to comment.