[exim-cvs] Testsuite: fix poor choice of localpart

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Testsuite: fix poor choice of localpart
Gitweb: https://git.exim.org/exim.git/commitdiff/b1b673ec92548235207a8385b1486ae38281d500
Commit:     b1b673ec92548235207a8385b1486ae38281d500
Parent:     7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Nov 11 22:36:45 2022 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Nov 11 22:36:45 2022 +0000


    Testsuite: fix poor choice of localpart
---
 test/scripts/4620-SRS/4620 | 4 ++--
 test/stdout/4620           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620
index 8119c295f..02716c44e 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} {eximtest@???} {test.ex}}
-${srs_encode {mysecret} {"eximtest"@???} {test.ex}}
+${srs_encode {mysecret} {a_test_user@???} {test.ex}}
+${srs_encode {mysecret} {"a_test_user"@???} {test.ex}}
****
#
# Inject a message; will be passed on to remote and queued there
diff --git a/test/stdout/4620 b/test/stdout/4620
index c1fcaf1d1..492cabe35 100644
--- a/test/stdout/4620
+++ b/test/stdout/4620
@@ -1,5 +1,5 @@
-> SRS0=ZZZZ=YY=the.local.host.name=CALLER@???
-> "SRS0=ZZZZ=YY=the.local.host.name=CALLER"@???
+> SRS0=ZZZZ=YY=lap.dom.ain=a_test_user@???
+> "SRS0=ZZZZ=YY=lap.dom.ain=a_test_user"@???
>
> ><
>