summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth_copydb.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-10-25 15:03:59 -0400
committerSpencer T Brody <spencer@10gen.com>2013-10-28 14:57:51 -0400
commit0e35f9154fe51586d4bbc30267772a664b8df907 (patch)
treeea957c71863f019d40933c3561e593aac67f24e0 /jstests/sharding/auth_copydb.js
parent38b665b22722ab442a9c022b54558e3cd7a9b84f (diff)
downloadmongo-0e35f9154fe51586d4bbc30267772a664b8df907.tar.gz
SERVER-8213 Make copyDB and clone work with auth when using new-style users
Diffstat (limited to 'jstests/sharding/auth_copydb.js')
-rw-r--r--jstests/sharding/auth_copydb.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/sharding/auth_copydb.js b/jstests/sharding/auth_copydb.js
index 23fea03bdec..bba901967e4 100644
--- a/jstests/sharding/auth_copydb.js
+++ b/jstests/sharding/auth_copydb.js
@@ -42,6 +42,4 @@ st.stop();
}
-if (0) { // SERVER-8213
- runTest();
-} \ No newline at end of file
+runTest();