aboutsummaryrefslogtreecommitdiff
path: root/test/th_mauve_resolv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/th_mauve_resolv.rb')
-rw-r--r--test/th_mauve_resolv.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/th_mauve_resolv.rb b/test/th_mauve_resolv.rb
index 10bdacc..3451690 100644
--- a/test/th_mauve_resolv.rb
+++ b/test/th_mauve_resolv.rb
@@ -22,10 +22,11 @@ module Mauve
"www2.example.com" => %w(1.2.3.5 2001:2::2)
}
if lookup.has_key?(host)
- self.count += lookup[host].length if $debug
+ self.count += lookup[host].length
lookup[host]
else
- get_ips_for_without_testing(host)
+ self.count += 1
+ []
end
end