summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-06-13 19:36:38 +0200
committerJan Lehnardt <jan@apache.org>2013-06-13 19:37:44 +0200
commit36194432ca1fb19209b121f977c3b0915c55f1fd (patch)
tree85150e12ac9c4e37283427fe2f13e731e4c40c1b
parent86d756a101eff823a231a78e577b8b0780830123 (diff)
downloadcouchdb-36194432ca1fb19209b121f977c3b0915c55f1fd.tar.gz
[TESTS] Make tests run more reliably. Delete test-auth-dbs before tests.
-rwxr-xr-xtest/etap/075-auth-cache.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 2bb17c827..7a8b82464 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -72,6 +72,8 @@ test() ->
couch_config:set(
"couch_httpd_auth", "authentication_db",
binary_to_list(auth_db_name()), false),
+ delete_db(auth_db_name()),
+ delete_db(auth_db_2_name()),
test_auth_db_crash(),