Description: Skip test that is broken on Ruby 1.8
Author: Antonio Terceiro <terceiro@debian.org>

---

--- ruby-net-ssh-2.5.2.orig/test/test_known_hosts.rb
+++ ruby-net-ssh-2.5.2/test/test_known_hosts.rb
@@ -8,6 +8,6 @@ class TestKnownHosts < Test::Unit::TestC
     keys = kh.keys_for("github.com")
     assert_equal(1, keys.count)
     assert_equal("ssh-rsa", keys[0].ssh_type)
-  end
+  end if RUBY_VERSION > '1.9'
 
-end
\ No newline at end of file
+end
