4 lines
160 B
JavaScript
4 lines
160 B
JavaScript
// Test that cleanupOrphaned cannot be run on stand alone mongod.
|
|
var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
|
|
assert(!res.ok, tojson(res));
|