mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
regex4.js use correct namespace, for parallel tests
This commit is contained in:
parent
1d97a69eae
commit
810eb323c3
@ -1,5 +1,5 @@
|
||||
|
||||
t = db.regex3;
|
||||
t = db.regex4;
|
||||
t.drop();
|
||||
|
||||
t.save( { name : "eliot" } );
|
||||
|
Loading…
Reference in New Issue
Block a user