• Show log

    Commit

  • Hash : 093e671e
    Author : Patrick Steinhardt
    Date : 2018-01-12T12:55:40

    tests: network::fetchlocal: let cleanup function handle sandbox cleanup
    
    Two tests in network::fetchlocal explicitly set a cleanup function to
    free and remove the created sandbox repositories. This is not necessary,
    though, as the cleanup function executed after each test already takes
    care of cleaning up after them. Remove the code to avoid needless code
    duplication.