summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-04-25 14:12:31 -0700
committerAaron <aaron@10gen.com>2012-04-28 11:22:58 -0700
commit4da8a5df4b979ff426ccf6377e6e0bcf1f880111 (patch)
tree49148c505ea5e943b5167b45a5b2c9e233db936d
parentf329362ee024f7f57c9229a6934948ecba8a9282 (diff)
downloadmongo-4da8a5df4b979ff426ccf6377e6e0bcf1f880111.tar.gz
Drop collection at the end of the removeb test for the 32 bit buildbot.
-rw-r--r--jstests/removeb.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/removeb.js b/jstests/removeb.js
index b64a129e0fd..58a12002712 100644
--- a/jstests/removeb.js
+++ b/jstests/removeb.js
@@ -32,3 +32,5 @@ t.remove( { a:{ $gte:0 } } );
assert( !db.getLastError(), 'The remove operation failed.' );
p();
+
+t.drop();