Skip to content

Commit 21ed5df

Browse files
erikkempermanphated
authored andcommitted
Build: Add space to not-owned notices (#196)
1 parent 77c09e3 commit 21ed5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/not-owned.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)