summaryrefslogtreecommitdiff
path: root/jstests/auth/system_user_privileges.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/system_user_privileges.js')
-rw-r--r--jstests/auth/system_user_privileges.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/system_user_privileges.js b/jstests/auth/system_user_privileges.js
index 2e49a9d5d9a..548dbf7eccd 100644
--- a/jstests/auth/system_user_privileges.js
+++ b/jstests/auth/system_user_privileges.js
@@ -98,4 +98,5 @@
assertCountUnauthorized(conn, "local", "foo");
assertCountUnauthorized(conn, "test", "foo");
+ MongoRunner.stopMongod(conn, null, {user: 'admin', pwd: 'a'});
})();