summaryrefslogtreecommitdiff
path: root/jstests/core/cleanup_orphaned.js
blob: 2ece4316fa207319dff137c46767f2aef7bb8cfc (plain)
1
2
3
// Test that cleanupOrphaned cannot be run on stand alone mongod.
var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
assert(!res.ok, tojson(res));