0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/auth2.js

6 lines
121 B
JavaScript
Raw Normal View History

2010-03-09 19:42:04 +01:00
// just make sure logout doesn't break anything
// SERVER-724
2010-03-09 20:31:40 +01:00
db.runCommand({logout : 1});
db.runCommand({logout : 1});