summaryrefslogtreecommitdiff
path: root/jstests/auth/auth_options.js
diff options
context:
space:
mode:
authorAmalia Hawkins <amalia.hawkins@10gen.com>2014-04-21 18:43:25 -0400
committerAmalia Hawkins <amalia.hawkins@10gen.com>2014-05-22 20:29:39 -0400
commit1b4b52a9d413e145478a303b63ab760894938c80 (patch)
tree3286cdd06d688d4345a80215f84b4674a398b753 /jstests/auth/auth_options.js
parent7a85cae38fba537980d6c9fc573ef077fd2df74e (diff)
downloadmongo-1b4b52a9d413e145478a303b63ab760894938c80.tar.gz
SERVER-12621 narrow the localhost exception when auth is enabled
Diffstat (limited to 'jstests/auth/auth_options.js')
-rw-r--r--jstests/auth/auth_options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/auth_options.js b/jstests/auth/auth_options.js
index 4f5dc27fb78..1a38821fa03 100644
--- a/jstests/auth/auth_options.js
+++ b/jstests/auth/auth_options.js
@@ -10,6 +10,7 @@ var expectedResult = {
}
}
};
+
testGetCmdLineOptsMongod({ auth : "" }, expectedResult);
jsTest.log("Testing \"noauth\" command line option");