diff --git a/dbus.cabal b/dbus.cabal
--- a/dbus.cabal
+++ b/dbus.cabal
@@ -1,5 +1,5 @@
 name: dbus
-version: 0.10.14
+version: 0.10.15
 license: GPL-3
 license-file: license.txt
 author: John Millikin <john@john-millikin.com>
diff --git a/tests/DBusTests/Transport.hs b/tests/DBusTests/Transport.hs
--- a/tests/DBusTests/Transport.hs
+++ b/tests/DBusTests/Transport.hs
@@ -247,7 +247,8 @@
             ])
     assertThrows
         (\err -> and
-            [ "getAddrInfo: does not exist" `isInfixOf` transportErrorMessage err
+            [ "getAddrInfo" `isInfixOf` transportErrorMessage err
+            , "does not exist" `isInfixOf` transportErrorMessage err
             , transportErrorAddress err == Just addr
             ])
         (transportOpen socketTransportOptions addr)
