• Show log

    Commit

  • Hash : b3ba2e71
    Author : Patrick Steinhardt
    Date : 2019-03-29T11:15:26

    tests: config: verify that the global config is actually readable While we do verify that we are able to open the global ".gitconfig" file in config::global::open_global, we never verify that we it is in fact readable. Do so by writing the global configuration file and verifying that reading from it produces the expected values.