Skip to content

Commit

Permalink
fix example/run_localhost.t bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tokubass committed Mar 19, 2018
1 parent a3d686d commit 2356656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/run_localhost.t
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ use IO::Handle;
use Net::OpenSSH;

plan skip_all => "SSH client not found"
if `shh -V 2>&1`;
unless `ssh -V 2>&1`;

my $ssh = Net::OpenSSH->new(
host => 'localhost',
@@ -29,6 +29,8 @@ default:
runner: prove
workdir: $DEFAULT_DIR
plenv: true
ssh_opt:
strict_mode: 0
hosts:
- localhost:

0 comments on commit 2356656

Please sign in to comment.