diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-04 15:48:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-04 15:48:32 +0000 |
commit | 798a7ffec9e43ff4f0164d75d4cc2fb82208a7bf (patch) | |
tree | fa05c4027259d283bf1d5de5e2b3118758e0a9c6 /test/confs | |
parent | 9bfb73a6c4a06f351a7500fefe49d0851ff6a0b9 (diff) |
Testsuite: make 4560 more testhost-name independent
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4560 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/4560 b/test/confs/4560 index 1012a3897..c80148b3e 100644 --- a/test/confs/4560 +++ b/test/confs/4560 @@ -64,7 +64,7 @@ tfile: tsmtp: driver = smtp - hosts = HOSTIPV4 + hosts = 127.0.0.1 port = PORT_D allow_localhost .ifndef OPTION @@ -73,7 +73,7 @@ tsmtp: tmlist: driver = smtp - hosts = HOSTIPV4 + hosts = 127.0.0.1 port = PORT_D allow_localhost transport_filter = /bin/cat - DIR/aux-fixed/TESTNUM.mlistfooter |