0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/auth2.js
2010-03-09 14:31:40 -05:00

6 lines
121 B
JavaScript

// just make sure logout doesn't break anything
// SERVER-724
db.runCommand({logout : 1});
db.runCommand({logout : 1});