make test not require ssh
Matt S Trout [Thu, 31 May 2012 19:58:22 +0000 (19:58 +0000)]
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;