diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/1090 | 2 | ||||
-rw-r--r-- | test/confs/4058 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/1090 b/test/confs/1090 index 4a7b25f3c..410fd663c 100644 --- a/test/confs/1090 +++ b/test/confs/1090 @@ -34,7 +34,7 @@ begin transports send_to_server: driver = smtp allow_localhost - hosts = 127.0.0.1 + hosts = HOSTIPV4 port = PORT_D hosts_try_fastopen = * diff --git a/test/confs/4058 b/test/confs/4058 index 0502c55b2..e2f55d1d0 100644 --- a/test/confs/4058 +++ b/test/confs/4058 @@ -40,7 +40,7 @@ server: client: driver = manualroute - route_data = 127.0.0.1::PORT_D + route_data = HOSTIPV4::PORT_D self = send transport = smtp |