diff options
Diffstat (limited to 'jstests/dur/indexbg2.js')
-rw-r--r-- | jstests/dur/indexbg2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/indexbg2.js b/jstests/dur/indexbg2.js index d239d4eaa44..b3234af432f 100644 --- a/jstests/dur/indexbg2.js +++ b/jstests/dur/indexbg2.js @@ -1,6 +1,6 @@ path = MongoRunner.dataDir + '/indexbg2_dur'; -m = startMongodEmpty( '--port', 30001, '--dbpath', path, '--journal', '--smallfiles' ); +var m = MongoRunner.runMongod({journal: "", smallfiles: ""}); t = m.getDB( 'test' ).test; t.createIndex( {a:1} ); |