From 0fe9523e08cde4c9cfb7c011437c6a93c757e11b Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Fri, 21 Sep 2012 02:11:03 -0300 Subject: [PATCH] Update t/15config.t Your home is not my home. --- t/15config.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/15config.t b/t/15config.t index 81d8f70..4b66328 100644 --- a/t/15config.t +++ b/t/15config.t @@ -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' );