Update t/15config.t test note to differentiate from another test

This commit is contained in:
tony mancill 2023-01-04 22:01:42 -08:00
parent 5eae528662
commit cffe20e5ae

View file

@ -535,7 +535,7 @@ SKIP: {
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 );
mkdir( $ENV{HOME} . '/.clusterssh' );
mkdir( $ENV{HOME} . '/.clusterssh/config' );