summaryrefslogtreecommitdiff
path: root/jstests/capped6.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/capped6.js')
-rw-r--r--jstests/capped6.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/capped6.js b/jstests/capped6.js
index 098f667..5db12b2 100644
--- a/jstests/capped6.js
+++ b/jstests/capped6.js
@@ -105,3 +105,5 @@ tzz = db.capped6;
for( var i = 0; i < 10; ++i ) {
doTest();
}
+
+tzz.drop();