diff options
author | Spencer T Brody <spencer@10gen.com> | 2013-07-01 11:27:40 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2013-07-01 14:53:15 -0400 |
commit | 50962f5188cc1d0cdc0e06c3d0aef0f1f84ebc53 (patch) | |
tree | 6c83cb0e7fa58f86eef9111a56fd64a720981ef9 /jstests/profile4.js | |
parent | 64f066468c5d708d17321a44a1ded85002b4fe30 (diff) | |
download | mongo-50962f5188cc1d0cdc0e06c3d0aef0f1f84ebc53.tar.gz |
Fix some tests to work in parallel suite by dropping system.users at the beginning of the test
Diffstat (limited to 'jstests/profile4.js')
-rw-r--r-- | jstests/profile4.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/profile4.js b/jstests/profile4.js index 8ec356a39f5..a302e34fee7 100644 --- a/jstests/profile4.js +++ b/jstests/profile4.js @@ -4,6 +4,7 @@ var stddb = db; var db = db.getSisterDB("profile4"); +db.system.users.remove({}); t = db.profile4; t.drop(); |