• Show log

    Commit

  • Hash : 6ee7d37a
    Author : Patrick Steinhardt
    Date : 2017-05-10T12:51:06

    tests: index::tests: create sandboxed repo for locking The test `index::tests::can_lock_index` operates on the "testrepo.git" repository located inside of our source tree. While this is okay for tests which do read-only operations on these resouces, this specific test tries to lock the index by creating a lock. This will obviously fail on out-of-tree builds with read-only source trees. Fix the issue by creating a sandbox first.