diff options
author | Andrew Aitchison <exim@aitchison.me.uk> | 2023-07-09 22:27:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-09 22:28:35 +0100 |
commit | 05144fcef30e94a727e26e011f60df8bb851f07b (patch) | |
tree | f3e130c10fea2c84480477bbeac9c2dd7d9ab8fb | |
parent | aae2bf28db36ab9133829dc33ea6ef886e8373c2 (diff) |
Testsuite: fix perl syntax. Bug 3009
Broken-by: 46a36afae41f
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 80b7721fb..e918b0cdf 100755 --- a/test/runtest +++ b/test/runtest @@ -1071,8 +1071,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/250-AUTH ANONYMOUS PLAIN SCRAM-SHA-1\K SCRAM-SHA-256//; # mailq times change with when the run is done, vs. static-source spoolfiles - #s/\s*\d*[hd](?= 317 [0-9A-Za-z\-]{23} <nobody@test.ex>)/DDd/; - s/^\s*\d*[hd](?= 317 [0-9A-Za-z\-]{23} <nobody@test.)/DDd/; + s/\s*\d*[hd](?= 317 [0-9A-Za-z\-]{23} <nobody\@test.ex>)/DDd/; } # ======== stderr ======== |