summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-12 19:18:26 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-12 19:18:26 +0100
commit9d4319dfec653f43b64562c8f31b87f2890365b2 (patch)
treed802b3bead87f49346fbac74e774f5faf61dbc74 /test/runtest
parent4e08fd50ebe820edb008a96b892a2749bbe8e72b (diff)
smtp input
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 2baf2cafd..43ae1d42f 100755
--- a/test/runtest
+++ b/test/runtest
@@ -844,7 +844,6 @@ RESET_AFTER_EXTRA_LINE_READ:
next if /^SSL info: unknown state/;
next if /^SSL info: SSLv2\/v3 write client hello A/;
next if /^SSL info: SSLv3 read server key exchange A/;
-
}
# ======== stderr ========
@@ -1011,6 +1010,9 @@ RESET_AFTER_EXTRA_LINE_READ:
next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
+ # Experimental_International
+ next if / in smtputf8_advertise_hosts\? no \(option unset\)/;
+
# Skip some lines that Exim puts out at the start of debugging output
# because they will be different in different binaries.
@@ -1027,6 +1029,8 @@ RESET_AFTER_EXTRA_LINE_READ:
/^Fixed never_users:/ ||
/^Size of off_t:/
);
+
+
}
next;