Files
mongo/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});