fix replication tests
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/0aaa2211 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/0aaa2211 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/0aaa2211 Branch: refs/heads/1994-merge-rcouch Commit: 0aaa221118913643b7051df80e973f93e7b80e00 Parents: 600dc4a Author: benoitc <[email protected]> Authored: Thu Jan 9 23:41:26 2014 +0100 Committer: Paul J. Davis <[email protected]> Committed: Wed Feb 12 18:16:58 2014 -0600 ---------------------------------------------------------------------- test/05-replication-many-leaves.t | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/0aaa2211/test/05-replication-many-leaves.t ---------------------------------------------------------------------- diff --git a/test/05-replication-many-leaves.t b/test/05-replication-many-leaves.t index 8a5008b..d10419f 100755 --- a/test/05-replication-many-leaves.t +++ b/test/05-replication-many-leaves.t @@ -1,5 +1,7 @@ #!/usr/bin/env escript %% -*- erlang -*- +%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap + % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of % the License at
