summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/ns1.js
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-07-05 15:59:19 +1000
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-07-05 15:59:19 +1000
commit1899ec4b7b692e1a0aaf0086194f22f893a6cb55 (patch)
treeb1604c43d2222ddb0633c91c341b6da4341442d0 /jstests/noPassthrough/ns1.js
parent96608712ee598b8fd4f0feb14daa1aa232c2c50b (diff)
downloadmongo-1899ec4b7b692e1a0aaf0086194f22f893a6cb55.tar.gz
SERVER-32509 Report error for unsupported startup-options with Mobile SE
Diffstat (limited to 'jstests/noPassthrough/ns1.js')
-rw-r--r--jstests/noPassthrough/ns1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/ns1.js b/jstests/noPassthrough/ns1.js
index 343e64feab0..c4bad514d29 100644
--- a/jstests/noPassthrough/ns1.js
+++ b/jstests/noPassthrough/ns1.js
@@ -1,6 +1,6 @@
(function() {
"use strict";
- const conn = MongoRunner.runMongod({smallfiles: "", nojournal: ""});
+ const conn = MongoRunner.runMongod({smallfiles: ""});
assert.neq(null, conn, "mongod failed to start.");
let mydb = conn.getDB("test_ns1");