summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/logpath.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/logpath.js')
-rw-r--r--jstests/noPassthroughWithMongod/logpath.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/logpath.js b/jstests/noPassthroughWithMongod/logpath.js
index eea71efdc4f..bb39282871f 100644
--- a/jstests/noPassthroughWithMongod/logpath.js
+++ b/jstests/noPassthroughWithMongod/logpath.js
@@ -4,7 +4,8 @@ var name = "logpath";
var token = "logpath_token";
var dbdir = MongoRunner.dataPath + name + "/"; // this will work under windows as well as linux
-var basedir = MongoRunner.dataPath + name + "files" + "/";
+var basedir = MongoRunner.dataPath + name + "files" +
+ "/";
var logdir = basedir + "logdir/";
var testdir = basedir + "testdir/";
var sfile = _isWindows() ? "NUL" : "/dev/null";