aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp6.c')
-rw-r--r--tests/tcp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcp6.c b/tests/tcp6.c
index 846b2c8e..3822fd80 100644
--- a/tests/tcp6.c
+++ b/tests/tcp6.c
@@ -1,5 +1,5 @@
//
-// Copyright 2021 Staysail Systems, Inc. <info@staystail.tech>
+// Copyright 2022 Staysail Systems, Inc. <info@staystail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -78,7 +78,7 @@ TestMain("TCP (IPv6) Transport", {
nni_init();
if (has_v6()) {
- trantest_test_extended("tcp://[::1]:%u", check_props_v6);
+ trantest_test_extended("tcp://[::1]:", check_props_v6);
} else {
SkipSo("IPv6 not available");
}