Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-config/pull/4#discussion_r32816471
  
    --- Diff: test/config_tests.erl ---
    @@ -31,16 +48,13 @@
     -define(CONFIG_FIXTURE_TEMP,
         begin
             FileName = filename:join([?TEMPDIR, "config_temp.ini"]),
    +        ok = filelib:ensure_dir(FileName),
             {ok, Fd} = file:open(FileName, write),
             ok = file:truncate(Fd),
             ok = file:close(Fd),
             FileName
         end).
     
    --define(DEPS, [couch_stats, couch_log, folsom, lager,
    -               goldrush, syntax_tools, compiler, config]).
    -
    -
    --- End diff --
    
    Does changing this break the test suite when we run couchdb tests as a 
whole?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to