summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-10 21:57:55 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-10 21:57:55 -0600
commitebd4acebc004ac98bba07adb2d009f747552ab4a (patch)
treefbbbaaeabc63179f42825214e5b6db2d94952944 /test/sys/test_socket.rs
parentf6268d984489f0304565cf996e3d9396da540a0a (diff)
downloadnix-ebd4acebc004ac98bba07adb2d009f747552ab4a.zip
Change port used by test_txtime to avoid conflict
Diffstat (limited to 'test/sys/test_socket.rs')
-rw-r--r--test/sys/test_socket.rs2
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);