File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('.dest() on not owned files', function() {
3232 it ( 'does not error if mtime is different' , function ( done ) {
3333 if ( dirStats . uid !== 0 || fileStats . uid !== 0 ) {
3434 console . log ( 'Test files not owned by root.' ) ;
35- console . log ( 'Please chown ' + notOwnedBase + ' and' + notOwnedPath + ' and try again.' ) ;
35+ console . log ( 'Please chown ' + notOwnedBase + ' and ' + notOwnedPath + ' and try again.' ) ;
3636 this . skip ( ) ;
3737 return ;
3838 }
@@ -64,7 +64,7 @@ describe('.dest() on not owned files', function() {
6464 it ( 'does not error if mode is different' , function ( done ) {
6565 if ( dirStats . uid !== 0 || fileStats . uid !== 0 ) {
6666 console . log ( 'Test files not owned by root.' ) ;
67- console . log ( 'Please chown ' + notOwnedBase + ' and' + notOwnedPath + ' and try again.' ) ;
67+ console . log ( 'Please chown ' + notOwnedBase + ' and ' + notOwnedPath + ' and try again.' ) ;
6868 this . skip ( ) ;
6969 return ;
7070 }
You can’t perform that action at this time.
0 commit comments