summaryrefslogtreecommitdiff
path: root/jstests/fsync.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-01-05 10:48:26 -0800
committerAaron <aaron@10gen.com>2010-01-05 10:48:26 -0800
commite93fad288b48b23b27bba19eb10f299945fb0c4b (patch)
tree52c3593f8d96ce26393b9930cccd5deb07b26311 /jstests/fsync.js
parentdf1c01d6fedc84b72cefa2a09fbcc67b10fe0b54 (diff)
downloadmongo-e93fad288b48b23b27bba19eb10f299945fb0c4b.tar.gz
SERVER-470 avoid conflicting use of the popular 'foo' namespace
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" );