mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Update t/15config.t
Your home is not my home.
This commit is contained in:
parent
a6e4004a94
commit
0fe9523e08
1 changed files with 4 additions and 1 deletions
|
@ -510,8 +510,11 @@ use_hotkeys=yes
|
|||
window_tiling=yes
|
||||
window_tiling_direction=right
|
||||
EOF
|
||||
|
||||
$expected =~ s#/home/dferguson#$ENV{HOME}#; # he don't live here no more
|
||||
|
||||
isa_ok( $config, "App::ClusterSSH::Config" );
|
||||
is( $trap->die, undef, 'die message correct' );
|
||||
is( $trap->die, undef, 'die message correct' );
|
||||
is( $trap->stdout, $expected, 'Expecting no STDOUT' );
|
||||
is( $trap->stderr, q{}, 'Expecting no STDERR' );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue