diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 20:22:54 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 20:22:54 +0000 |
commit | 19d7c2ca336f3355d402239c81cc51028971030e (patch) | |
tree | 4aa60b149fab04803d1235e22058908c8879a73a /bin | |
parent | 19b708c81fb0f2ce596277731d4276965edce4a5 (diff) |
Load the DNS protocol test.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-dequeue | 1 |
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' |