mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Update t/15config.t test note to differentiate from another test
This commit is contained in:
parent
5eae528662
commit
cffe20e5ae
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ SKIP: {
|
||||||
chmod( 0755, $ENV{HOME} . '/.csshrc.DISABLED', $ENV{HOME} );
|
chmod( 0755, $ENV{HOME} . '/.csshrc.DISABLED', $ENV{HOME} );
|
||||||
}
|
}
|
||||||
|
|
||||||
note('check failure to write default config is caught');
|
note('check failure to write default config is caught when loading config');
|
||||||
$ENV{HOME} = tempdir( CLEANUP => 1 );
|
$ENV{HOME} = tempdir( CLEANUP => 1 );
|
||||||
mkdir( $ENV{HOME} . '/.clusterssh' );
|
mkdir( $ENV{HOME} . '/.clusterssh' );
|
||||||
mkdir( $ENV{HOME} . '/.clusterssh/config' );
|
mkdir( $ENV{HOME} . '/.clusterssh/config' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue