Creating existing database causes test to fail. Allowing config PUT to create replicator db.
diff --git a/script/test/replicator_db_survives.js b/script/test/replicator_db_survives.js
index dcaa101..38273ca 100644
--- a/script/test/replicator_db_survives.js
+++ b/script/test/replicator_db_survives.js
@@ -38,8 +38,6 @@
     });
     T(xhr.status === 200);
 
-    repDb.createDb(); // the config put above should create this db
-
     populate_db(dbA, docs1);
     populate_db(dbB, []);
 
@@ -125,4 +123,4 @@
   dbA.deleteDb();
   dbB.deleteDb();
   usersDb.deleteDb();
-}
\ No newline at end of file
+}