summaryrefslogtreecommitdiff
path: root/jstests/ssl/x509_client.js
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2013-10-11 16:35:24 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2013-10-11 16:35:24 -0400
commit1b3bc8c3d9158cf1eac88003d1357a7b1dfed098 (patch)
tree5707b4f92cf464f287d4aa63ba3776bd63fa0b16 /jstests/ssl/x509_client.js
parentfe7933f15fb1bde83584fedc694da1b9a1fb8bc7 (diff)
downloadmongo-1b3bc8c3d9158cf1eac88003d1357a7b1dfed098.tar.gz
SERVER-7961 Fixed comment in jstest/ssl/x509_client.js
Diffstat (limited to 'jstests/ssl/x509_client.js')
-rw-r--r--jstests/ssl/x509_client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/ssl/x509_client.js b/jstests/ssl/x509_client.js
index 4796bb3cb56..0d027fdf84e 100644
--- a/jstests/ssl/x509_client.js
+++ b/jstests/ssl/x509_client.js
@@ -1,5 +1,5 @@
-// If we are running in use-x509 passthrough mode, turn it off or else the auth tests
-// will not work correctly
+// If we are running in use-x509 passthrough mode, turn it off or else the auth
+// part of this test will not work correctly
TestData.useX509 = false
var SERVER_CERT = "jstests/libs/server.pem"