Add chmod --test for chmode mode value

This commit is contained in:
rhayes2 2018-09-25 00:31:49 -04:00
parent 395de63751
commit 7a716e033b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ describe('fs.chmod, fs.fchmod', function() {
it('should be a valid mode value to set permissions', function(done){ it('should be a valid mode value to set permissions', function(done){
var fs = util.fs(); var fs = util.fs();
fs.mkdir('/file',function(err) { fs.mkdir('/file', function(err) {
if(err) throw err; if(err) throw err;
fs.chmod('file', 1000, function(err) { fs.chmod('file', 1000, function(err) {