diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-09-02 13:14:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-09-02 13:14:01 +0100 |
commit | 0f06b4f296802e4e13188c740ea09419931a3020 (patch) | |
tree | 958905a4af8487e55132b88e42ed237509c42f4e /test/scripts/5800-DANE | |
parent | 2ce45f59d7f070fa3d96f88523a6e19a0e68aae2 (diff) | |
parent | d567a64d80184840c08ca4a016a979233f09ec23 (diff) |
Introduce EXPERIMENTAL_DANE feature
Diffstat (limited to 'test/scripts/5800-DANE')
-rw-r--r-- | test/scripts/5800-DANE/5800 | 12 | ||||
-rw-r--r-- | test/scripts/5800-DANE/REQUIRES | 2 |
2 files changed, 14 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}} + +**** diff --git a/test/scripts/5800-DANE/REQUIRES b/test/scripts/5800-DANE/REQUIRES new file mode 100644 index 000000000..2314a3236 --- /dev/null +++ b/test/scripts/5800-DANE/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_DANE +running IPv4 |