diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
commit | 873968aa51aa0b21d484a8fa813daa0fe47bc58f (patch) | |
tree | a969676a88fbbabb8ecf3b02f720821348048b46 /lib/custodian/protocoltest/rsync.rb | |
parent | 746d50d8e5c4cedab8e4c6bb95fef8c990df72bc (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'lib/custodian/protocoltest/rsync.rb')
-rw-r--r-- | lib/custodian/protocoltest/rsync.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/rsync.rb b/lib/custodian/protocoltest/rsync.rb index c8a2095..eb8614f 100644 --- a/lib/custodian/protocoltest/rsync.rb +++ b/lib/custodian/protocoltest/rsync.rb @@ -1,3 +1,6 @@ +require 'custodian/protocoltest/tcp' + + # # The RSYNC-protocol test. # |