From 56aa683f83f8bda0a4e0f09566034f12f9a4d4d7 Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Thu, 4 Feb 2016 12:31:28 -0500 Subject: SERVER-22341 fix jslint errors in jstests/ssl with eslint --fix --- jstests/ssl/ssl_fips.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jstests/ssl/ssl_fips.js') diff --git a/jstests/ssl/ssl_fips.js b/jstests/ssl/ssl_fips.js index 2f52e0a27ae..2630377fe36 100644 --- a/jstests/ssl/ssl_fips.js +++ b/jstests/ssl/ssl_fips.js @@ -17,9 +17,9 @@ var mongo = runMongoProgram("mongo", // if mongo shell didn't start/connect properly if (mongo != 0) { print("mongod failed to start, checking for FIPS support"); - mongoOutput = rawMongoProgramOutput() + mongoOutput = rawMongoProgramOutput(); assert(mongoOutput.match(/this version of mongodb was not compiled with FIPS support/) || - mongoOutput.match(/FIPS_mode_set:fips mode not supported/)) + mongoOutput.match(/FIPS_mode_set:fips mode not supported/)); } else { // verify that auth works, SERVER-18051 -- cgit v1.2.1