1 2 3 4 5 6 7
(function() { 'use strict'; load("jstests/replsets/libs/rename_across_dbs.js"); new RenameAcrossDatabasesTest().run(); }());