summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-03-16 14:05:41 -0700
committerAaron <aaron@10gen.com>2010-03-16 14:05:41 -0700
commita9880d51ccedffb9d4489b8a4ce857aa5525216c (patch)
tree062eac4aa5a289e8e01dea2ae9a63823f5c249b4
parentb4257fa816266b8a0e0803bfec1949ea2c287860 (diff)
downloadmongo-a9880d51ccedffb9d4489b8a4ce857aa5525216c.tar.gz
pullall test use correct namespace
-rw-r--r--jstests/pullall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/pullall.js b/jstests/pullall.js
index b720ce58204..76b1b47a737 100644
--- a/jstests/pullall.js
+++ b/jstests/pullall.js
@@ -1,4 +1,4 @@
-t = db.jstests_pushall;
+t = db.jstests_pullall;
t.drop();
t.save( { a: [ 1, 2, 3 ] } );