Index: ruby-hiredis/test/connection_test.rb
===================================================================
--- ruby-hiredis.orig/test/connection_test.rb	2013-12-31 14:41:33.000000000 +0100
+++ ruby-hiredis/test/connection_test.rb	2013-12-31 14:43:18.398964667 +0100
@@ -35,7 +35,7 @@ module ConnectionTests
   end
 
   def test_connect_wrong_host
-    assert_raise RuntimeError, /can't resolve/i do
+    assert_raise RuntimeError do
       hiredis.connect("nonexisting", 6379)
     end
   end
