0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-38159 Only check storage engine files' umasks on wiredtiger

This commit is contained in:
Jonathan Reams 2018-11-16 10:06:02 -05:00
parent 4faca08a32
commit 1da5a8ac8e
No known key found for this signature in database
GPG Key ID: BFC3C11579AD87D6

View File

@ -1,6 +1,8 @@
/*
* This test makes sure that the log files created by the server correctly honor the server's umask
* as set in SERVER-22829
*
* @tags: [ requires_wiredtiger ]
*/
(function() {
'use strict';