Skip to content

Commit

Permalink
SERVER-8510 Fix to expected result in command line parsing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sverch committed Sep 6, 2013
1 parent 66379f8 commit c6d6dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/slowNightly/command_line_parsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var m3 = startMongod("--port", port+4, "--dbpath", "/data/db/" + baseName +"4",
var m3expected = {
"parsed" : {
"config" : "jstests/libs/testconfig",
"dbpath" : "/data/db/jstests_slowNightly_command_line_parsing2",
"dbpath" : "/data/db/jstests_slowNightly_command_line_parsing4",
"fastsync" : true,
"port" : 31004,
}
Expand Down

0 comments on commit c6d6dd5

Please sign in to comment.