summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ] } );