summaryrefslogtreecommitdiff
path: root/test/scripts/5800-DANE/5800
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-08-14 20:47:31 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-08-14 20:49:20 +0100
commit360c049264151071203aee2f957472321ff0dc41 (patch)
tree94af302f92dddbd03653292d22f8e65b4a17213d /test/scripts/5800-DANE/5800
parentf652fa8083925080b92b02897f1ee872ff2d3bba (diff)
Shuffle test order
Diffstat (limited to 'test/scripts/5800-DANE/5800')
-rw-r--r--test/scripts/5800-DANE/580012
1 files changed, 12 insertions, 0 deletions
diff --git a/test/scripts/5800-DANE/5800 b/test/scripts/5800-DANE/5800
new file mode 100644
index 000000000..98a70c115
--- /dev/null
+++ b/test/scripts/5800-DANE/5800
@@ -0,0 +1,12 @@
+# Expansion test for DANE.
+#
+# Some systems seem to use 1-byte fields for the leading
+# 3 fields in a TLSA record, others 2-bytes.
+# We need the result to match the string in dnszones-src/db.test.ex
+
+exim -be
+
+dnslookup tlsa: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
+ {$value}{none}}
+
+****