summaryrefslogtreecommitdiff
path: root/jstests/fsync.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/fsync.js')
-rw-r--r--jstests/fsync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/fsync.js b/jstests/fsync.js
index 9afb7fb1890..fccd623a2b3 100644
--- a/jstests/fsync.js
+++ b/jstests/fsync.js
@@ -16,7 +16,7 @@ z = d.$cmd.sys.unlock.findOne();
// it will take some time to unlock, and unlock does not block and wait for that
// doing a write will make us wait until db is writeable.
-db.foo.insert({x:1});
+db.jstests_fsync.insert({x:1});
assert( d.currentOp().fsyncLock == null, "A" );