diff options
author | Ryan Zoeller <rtzoeller@rtzoeller.com> | 2022-01-10 21:57:55 -0600 |
---|---|---|
committer | Ryan Zoeller <rtzoeller@rtzoeller.com> | 2022-01-10 21:57:55 -0600 |
commit | ebd4acebc004ac98bba07adb2d009f747552ab4a (patch) | |
tree | fbbbaaeabc63179f42825214e5b6db2d94952944 /test/sys | |
parent | f6268d984489f0304565cf996e3d9396da540a0a (diff) | |
download | nix-ebd4acebc004ac98bba07adb2d009f747552ab4a.zip |
Change port used by test_txtime to avoid conflict
Diffstat (limited to 'test/sys')
-rw-r--r-- | test/sys/test_socket.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs index 5262d3b8..01f5f878 100644 --- a/test/sys/test_socket.rs +++ b/test/sys/test_socket.rs @@ -2013,7 +2013,7 @@ pub fn test_txtime() { require_kernel_version!(test_txtime, ">= 5.8"); - let std_sa = SocketAddr::from_str("127.0.0.1:6790").unwrap(); + let std_sa = SocketAddr::from_str("127.0.0.1:6802").unwrap(); let inet_addr = InetAddr::from_std(&std_sa); let sock_addr = SockAddr::new_inet(inet_addr); |