From b002d3dd0344b8bba34a97d1dde2aedae7c2fef1 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 24 Sep 2023 19:41:05 +0100 Subject: [PATCH] Testsuite: use actual hostname in SRS testcase --- test/scripts/4620-SRS/4620 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620 index 02716c44e..879ac8b4c 100644 --- a/test/scripts/4620-SRS/4620 +++ b/test/scripts/4620-SRS/4620 @@ -22,8 +22,8 @@ exim -q # Sender with quoted local_part: # exim -be -${srs_encode {mysecret} {a_test_user@lap.dom.ain} {test.ex}} -${srs_encode {mysecret} {"a_test_user"@lap.dom.ain} {test.ex}} +${srs_encode {mysecret} {a_test_user@HOSTNAME} {test.ex}} +${srs_encode {mysecret} {"a_test_user"@HOSTNAME} {test.ex}} **** # # Inject a message; will be passed on to remote and queued there -- 2.30.2