You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2011/04/24 20:04:31 UTC

svn commit: r1096354 - /couchdb/branches/1.1.x/test/etap/180-http-proxy.t

Author: davisp
Date: Sun Apr 24 18:04:30 2011
New Revision: 1096354

URL: http://svn.apache.org/viewvc?rev=1096354&view=rev
Log:
Fixed 180 failure in distcheck.

VPATH builds are teh awesome.


Modified:
    couchdb/branches/1.1.x/test/etap/180-http-proxy.t

Modified: couchdb/branches/1.1.x/test/etap/180-http-proxy.t
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/test/etap/180-http-proxy.t?rev=1096354&r1=1096353&r2=1096354&view=diff
==============================================================================
--- couchdb/branches/1.1.x/test/etap/180-http-proxy.t (original)
+++ couchdb/branches/1.1.x/test/etap/180-http-proxy.t Sun Apr 24 18:04:30 2011
@@ -68,7 +68,7 @@ check_request(Name, Req, Remote, Local) 
 
 test() ->
     couch_server_sup:start_link([
-        test_util:build_file("test/etap/180-http-proxy.ini") |
+        test_util:source_file("test/etap/180-http-proxy.ini") |
         test_util:config_files()
     ]),
     ibrowse:start(),