summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-09-02 13:14:01 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-09-02 13:14:01 +0100
commit0f06b4f296802e4e13188c740ea09419931a3020 (patch)
tree958905a4af8487e55132b88e42ed237509c42f4e /test/runtest
parent2ce45f59d7f070fa3d96f88523a6e19a0e68aae2 (diff)
parentd567a64d80184840c08ca4a016a979233f09ec23 (diff)
Introduce EXPERIMENTAL_DANE feature
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 57caa2c1f..a647b229a 100755
--- a/test/runtest
+++ b/test/runtest
@@ -999,6 +999,11 @@ RESET_AFTER_EXTRA_LINE_READ:
@saved = ();
}
+ # Skip hosts_require_dane checks when the options
+ # are unset, because dane ain't always there.
+
+ next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
+
# Skip some lines that Exim puts out at the start of debugging output
# because they will be different in different binaries.