• Show log

    Commit

  • Hash : 09c15a7f
    Author : Patrick Steinhardt
    Date : 2017-10-09T09:08:19

    tests: checkout::tree: check that the status list catches mode changes
    
    While we verify that we have no mode changes after calling
    `git_checkout_tree`, we do not verify that the `p_chmod` calls actually
    resulted in a changed entry. While we should assume that this works due
    to separate tests for the status list, we should test for the change
    being listed to avoid programming errors in the test.