summaryrefslogtreecommitdiff
path: root/jstests/auth2.js
blob: 9b6dfada215472fe072d1ef216bfa5e76c4e75ab (plain)
1
2
3
4
5
// just make sure logout doesn't break anything

// SERVER-724
db.runCommand({logout : 1});
db.runCommand({logout : 1});