summaryrefslogtreecommitdiff
path: root/jstests/core/cleanup_orphaned.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/cleanup_orphaned.js')
-rw-r--r--jstests/core/cleanup_orphaned.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/cleanup_orphaned.js b/jstests/core/cleanup_orphaned.js
index a0444a9f90c..2ece4316fa2 100644
--- a/jstests/core/cleanup_orphaned.js
+++ b/jstests/core/cleanup_orphaned.js
@@ -1,3 +1,3 @@
// Test that cleanupOrphaned cannot be run on stand alone mongod.
-var res = db.adminCommand({ cleanupOrphaned: 'unsharded.coll' });
+var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
assert(!res.ok, tojson(res));