diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-24 19:41:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-24 19:41:05 +0100 |
commit | b002d3dd0344b8bba34a97d1dde2aedae7c2fef1 (patch) | |
tree | 3c21b104275d00ee347f2ece7287784976c29a54 | |
parent | 953303cf3170248dae7f284b0a55cf105a66371c (diff) |
Testsuite: use actual hostname in SRS testcase
-rw-r--r-- | test/scripts/4620-SRS/4620 | 4 |
1 files 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 |