diff options
author | Judah Schvimer <judah@mongodb.com> | 2019-06-05 11:16:25 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2019-07-10 12:51:45 -0400 |
commit | 05cc575a090c01f7efce78f45aa8f0e113381753 (patch) | |
tree | 9eb8d8d0bb605c19264e4588441be6eada5e56c1 | |
parent | 92a2d82d0b8871d010477ca659e9929344d82fcd (diff) | |
download | mongo-05cc575a090c01f7efce78f45aa8f0e113381753.tar.gz |
SERVER-41442 fix lint
(cherry picked from commit ade1de2c64f831a505824b2564652cfd6373be83)
(cherry picked from commit cabac3a0eb8d7cfbe14cd5422ce4b32166dc2e94)
(cherry picked from commit 14e366ea7c54d10f740de8b6e203b6c34968b44c)
-rw-r--r-- | jstests/noPassthrough/umask.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthrough/umask.js b/jstests/noPassthrough/umask.js index 52a9407e54d..d8869f78f56 100644 --- a/jstests/noPassthrough/umask.js +++ b/jstests/noPassthrough/umask.js @@ -68,7 +68,6 @@ MongoRunner.stopMongod(conn); checkMask(conn.fullOptions.dbpath, defaultUmask, false); - // Restart the mongod with honorSystemUmask, all files should have the mode 0666 mongodOptions.setParameter = {honorSystemUmask: true}; conn = MongoRunner.runMongod(mongodOptions); |