summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth_repl.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-07-10 11:05:05 -0400
committerEliot Horowitz <eliot@10gen.com>2012-07-10 11:05:05 -0400
commit7549b1e951259a565fdeb323a54258a260d0a8d0 (patch)
treefd461c5c77cd90707c43c1eb66823ae4879a74b9 /jstests/sharding/auth_repl.js
parent72bb1ff4505861377d240d245b8a3396c8643cf3 (diff)
downloadmongo-7549b1e951259a565fdeb323a54258a260d0a8d0.tar.gz
fix auth_repl test
Diffstat (limited to 'jstests/sharding/auth_repl.js')
-rw-r--r--jstests/sharding/auth_repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/auth_repl.js b/jstests/sharding/auth_repl.js
index 11a37a20901..02b13e03812 100644
--- a/jstests/sharding/auth_repl.js
+++ b/jstests/sharding/auth_repl.js
@@ -1,4 +1,4 @@
-var replTest = new ReplSetTest({ nodes: 3 });
+var replTest = new ReplSetTest({ nodes: 3, useHostName : false });
replTest.startSet({ oplogSize: 10, keyFile: 'jstests/libs/key1' });
replTest.initiate();
replTest.awaitSecondaryNodes();