summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/auth/commands_builtin_roles.js (renamed from jstests/auth/commands_builtinRoles.js)2
-rw-r--r--jstests/auth/commands_user_defined_roles.js (renamed from jstests/auth/commands_userDefinedRoles.js)2
-rw-r--r--jstests/auth/lib/commands_lib.js (renamed from jstests/auth/commands_lib.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/commands_builtinRoles.js b/jstests/auth/commands_builtin_roles.js
index 8703077f0ce..11dd02819a0 100644
--- a/jstests/auth/commands_builtinRoles.js
+++ b/jstests/auth/commands_builtin_roles.js
@@ -7,7 +7,7 @@ in jstests/auth/commands.js.
*/
-load("jstests/auth/commands_lib.js");
+load("jstests/auth/lib/commands_lib.js");
var roles = [
{key: "read", role: "read", dbname: firstDbName},
diff --git a/jstests/auth/commands_userDefinedRoles.js b/jstests/auth/commands_user_defined_roles.js
index 4895917aaf9..0c258138eee 100644
--- a/jstests/auth/commands_userDefinedRoles.js
+++ b/jstests/auth/commands_user_defined_roles.js
@@ -11,7 +11,7 @@ in jstests/auth/commands.js.
var testUser = "userDefinedRolesTestUser";
var testRole = "userDefinedRolesTestRole";
-load("jstests/auth/commands_lib.js");
+load("jstests/auth/lib/commands_lib.js");
function testProperAuthorization(conn, t, testcase) {
var out = "";
diff --git a/jstests/auth/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 39e7c6a797b..39e7c6a797b 100644
--- a/jstests/auth/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js