projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
18e789a
)
make test not require ssh
Matt S Trout [Thu, 31 May 2012 19:58:22 +0000 (19:58 +0000)]
t/bridged.t
patch
|
blob
|
blame
|
history
diff --git
a/t/bridged.t
b/t/bridged.t
index
2c4c24b
..
a244867
100644
(file)
--- a/
t/bridged.t
+++ b/
t/bridged.t
@@
-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;