diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-17 15:31:29 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-17 15:31:29 +0000 |
commit | 776311397d4db04b63f883d60c3adf998129de74 (patch) | |
tree | b177f07e41a08ed47c2461292bb6fc51708b8b0c /lib/custodian.rb | |
parent | 77ff7992388ae7fa3bb4a3c63e8d442e594fad4c (diff) |
New TCP test.
Diffstat (limited to 'lib/custodian.rb')
-rw-r--r-- | lib/custodian.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian.rb b/lib/custodian.rb index 0b2caf6..821bf6d 100644 --- a/lib/custodian.rb +++ b/lib/custodian.rb @@ -22,6 +22,7 @@ require 'custodian/protocol-tests/ping.rb' require 'custodian/protocol-tests/rsync.rb' require 'custodian/protocol-tests/smtp.rb' require 'custodian/protocol-tests/ssh.rb' +require 'custodian/protocol-tests/tcp.rb' |