summaryrefslogtreecommitdiff
path: root/jstests/capped2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/capped2.js')
-rw-r--r--jstests/capped2.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/capped2.js b/jstests/capped2.js
index be9b1e1d5f1..5cc33a04705 100644
--- a/jstests/capped2.js
+++ b/jstests/capped2.js
@@ -1,4 +1,3 @@
-db=connect("test");
db.capped2.drop();
db._dbCommand( { create: "capped2", capped: true, size: 1000, $nExtents: 11 } );
t = db.capped2;