test without start
[scpubgit/Object-Remote.git] / t / bridged.t
index 2c4c24b..a244867 100644 (file)
@@ -8,7 +8,7 @@ use lib "$FindBin::Bin/lib";
 use Object::Remote;
 
 is exception {
-  my $bridge = ORTestBridge->new::on('localhost');
+  my $bridge = ORTestBridge->new::on('-'); #'localhost');
   is $bridge->call('counter'), 0;
   $bridge->call('increment');
   is $bridge->call('counter'), 1;