• Show log

    Commit

  • Hash : fa4505e6
    Author : Patrick Steinhardt
    Date : 2019-03-29T11:30:29

    tests: config: make sure to clean up after each test
    
    The config::global test suite creates various different directories and
    files which are being populated with pretend-global files.
    Unfortunately, the tests do not clean up after themselves, which may
    cause subsequent tests to fail due to cruft left behind.
    
    Fix this by always removing created directories and their contents.