Skip to content

Commit

Permalink
ignore user's SSH_BATCH_SSH_CMD environment settings in the test scaf…
Browse files Browse the repository at this point in the history
…fold
  • Loading branch information
agentzh committed Apr 23, 2009
1 parent 3070890 commit fbc235d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/atnodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if (!-d 't/tmp') {
mkdir 't/tmp';
}
$ENV{LC_ALL} = 'en_US.UTF-8';
delete $ENV{SSH_BATCH_SSH_CMD};
$ENV{HOME} = "$FindBin::Bin/tmp";
#warn $ENV{HOME};
my $RcFile = $ENV{HOME} . '/.fornodesrc';
Expand Down

0 comments on commit fbc235d

Please sign in to comment.