summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-26 12:48:01 +0200
committerKali Kaneko <kali@leap.se>2017-06-26 12:50:30 +0200
commit0a048ce05833990eadcafed163939e847c421352 (patch)
tree1e54e38b90106500ea2884f764d24242ee49aa38 /testing
parent27a299a0664018099146ac967b0b3fbe7a198098 (diff)
[pkg] rename soledad-create-userdb script in all the places
Diffstat (limited to 'testing')
-rw-r--r--testing/test_soledad/fixture_soledad.conf2
-rw-r--r--testing/tests/server/test_config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_soledad/fixture_soledad.conf b/testing/test_soledad/fixture_soledad.conf
index 8d8161c3..16fd0f4f 100644
--- a/testing/test_soledad/fixture_soledad.conf
+++ b/testing/test_soledad/fixture_soledad.conf
@@ -1,6 +1,6 @@
[soledad-server]
couch_url = http://soledad:passwd@localhost:5984
-create_cmd = sudo -u soledad-admin /usr/bin/create-user-db
+create_cmd = sudo -u soledad-admin /usr/bin/soledad-create-userdb
admin_netrc = /etc/couchdb/couchdb-soledad-admin.netrc
batching = 0
diff --git a/testing/tests/server/test_config.py b/testing/tests/server/test_config.py
index d2a8a9de..fc138f0f 100644
--- a/testing/tests/server/test_config.py
+++ b/testing/tests/server/test_config.py
@@ -60,7 +60,7 @@ class ConfigurationParsingTest(unittest.TestCase):
expected = {'couch_url':
'http://soledad:passwd@localhost:5984',
'create_cmd':
- 'sudo -u soledad-admin /usr/bin/create-user-db',
+ 'sudo -u soledad-admin /usr/bin/soledad-create-userdb',
'admin_netrc':
'/etc/couchdb/couchdb-soledad-admin.netrc',
'batching': False,