summaryrefslogtreecommitdiff
path: root/bin/custodian-dequeue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 20:22:54 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 20:22:54 +0000
commit19d7c2ca336f3355d402239c81cc51028971030e (patch)
tree4aa60b149fab04803d1235e22058908c8879a73a /bin/custodian-dequeue
parent19b708c81fb0f2ce596277731d4276965edce4a5 (diff)
Load the DNS protocol test.
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-xbin/custodian-dequeue1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index d34250d..3626e5e 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -22,6 +22,7 @@ require 'mauve/proto'
#
# Implementation of our protocol tests.
#
+require 'custodian/protocol-tests/dns.rb'
require 'custodian/protocol-tests/ftp.rb'
require 'custodian/protocol-tests/http.rb'
require 'custodian/protocol-tests/https.rb'