Fix tests temp directory path
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8655956d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8655956d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8655956d Branch: refs/heads/1963-eunit Commit: 8655956d47f5945977391d7f2fa4d373f3f41266 Parents: 5869b7a Author: Alexander Shorin <[email protected]> Authored: Mon Jun 23 00:21:42 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Mon Jun 23 03:31:25 2014 +0400 ---------------------------------------------------------------------- test/couchdb/couch_eunit.hrl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/8655956d/test/couchdb/couch_eunit.hrl.in ---------------------------------------------------------------------- diff --git a/test/couchdb/couch_eunit.hrl.in b/test/couchdb/couch_eunit.hrl.in index 4eb750b..ff080e1 100644 --- a/test/couchdb/couch_eunit.hrl.in +++ b/test/couchdb/couch_eunit.hrl.in @@ -21,7 +21,7 @@ -define(FIXTURESDIR, filename:join([?SOURCEDIR, "test", "couchdb", "fixtures"])). -define(TEMPDIR, - filename:join([?SOURCEDIR, "test", "couchdb", "temp"])). + filename:join([?BUILDDIR, "test", "couchdb", "temp"])). -define(tempfile, fun() ->
