diff options
author | Jan Lehnardt <jan@apache.org> | 2009-09-02 12:42:52 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-09-02 12:42:52 +0000 |
commit | e537632a0b357c265876517efccd0bc06950799a (patch) | |
tree | 2b2aa53c2f9a90d9bd4719675c062918e151efdc /test/etap/112-replication-missing-revs.t | |
parent | 2fa163c599b81018a60790cb7a0400e21e8d6d89 (diff) |
fix make check, patch by Bob Dionne, closes COUCHDB-493
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@810485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/112-replication-missing-revs.t')
-rwxr-xr-x | test/etap/112-replication-missing-revs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/112-replication-missing-revs.t b/test/etap/112-replication-missing-revs.t index 07b7c49d..07b9a8de 100755 --- a/test/etap/112-replication-missing-revs.t +++ b/test/etap/112-replication-missing-revs.t @@ -56,7 +56,7 @@ main(_) -> ok. test() -> - couch_server:start( + couch_server_sup:start_link( ["etc/couchdb/default_dev.ini", "etc/couchdb/local_dev.ini"] ), ibrowse:start(), |