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
commitb60c28b83187de1fc0eec4830eaf74a8b56516a8 (patch)
tree4aa60b149fab04803d1235e22058908c8879a73a /bin/custodian-dequeue
parentacb5c06dfd8b8133474a7cd1da9b2b7a081b0a3f (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'