summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/jabber.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/jabber.rb')
-rw-r--r--lib/custodian/protocoltest/jabber.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb
index ab881de..19fc2a4 100644
--- a/lib/custodian/protocoltest/jabber.rb
+++ b/lib/custodian/protocoltest/jabber.rb
@@ -35,15 +35,6 @@ module Custodian
@host = line.split(/\s+/)[0]
#
- # Is this test inverted?
- #
- if line =~ /must\s+not\s+run\s+/
- @inverted = true
- else
- @inverted = false
- end
-
- #
# Save the port
#
if line =~ /on\s+([0-9]+)/