X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=xt%2Fbridged-remote.t;fp=xt%2Fbridged-remote.t;h=f78f7d6fd54060c991fbd493d0c42527800d1081;hp=abfbcd512357d68cf61acee61edc80681ba6b9e9;hb=851521760304bfebba51c93e5a3b26af2d76d225;hpb=deb77aaff0f594997a53d89e50161f04c1ac8a85 diff --git a/xt/bridged-remote.t b/xt/bridged-remote.t index abfbcd5..f78f7d6 100644 --- a/xt/bridged-remote.t +++ b/xt/bridged-remote.t @@ -9,7 +9,7 @@ use TestClass; use Object::Remote; is exception { - my $bridge = TestBridge->new::on('localhost'); + my $bridge = TestBridge->new::on('-'); is $bridge->result, 23; }, undef, 'no error during bridge access';