diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-08 21:33:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 23:29:45 +0100 |
commit | 9bfc60ebf1f86a212280c19a28bb4399e8fbb392 (patch) | |
tree | 7ac81534ffc5fe219ad356dc57ca512028fd0e8e /test/runtest | |
parent | 9671784a54a6729881f7716a0b963a0422e8b3dd (diff) |
recipient verify callout
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 43ae1d42f..4a4427839 100755 --- a/test/runtest +++ b/test/runtest @@ -413,6 +413,7 @@ RESET_AFTER_EXTRA_LINE_READ: # Random local part in callout cache testing s/myhost.test.ex-\d+-testing/myhost.test.ex-dddddddd-testing/; + s/the.local.host.name-\d+-testing/the.local.host.name-dddddddd-testing/; # File descriptor numbers may vary s/^writing data block fd=\d+/writing data block fd=dddd/; |