summaryrefslogtreecommitdiff
path: root/test/javascript/tests/purge.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/purge.js')
-rw-r--r--test/javascript/tests/purge.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/purge.js b/test/javascript/tests/purge.js
index 0c11d9ad8..15fd63710 100644
--- a/test/javascript/tests/purge.js
+++ b/test/javascript/tests/purge.js
@@ -9,7 +9,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.purge = function(debug) {
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});