• Show log

    Commit

  • Hash : 3428a523
    Author : Patrick Steinhardt
    Date : 2017-02-08T12:02:32

    tests: repo: assert discovery starting at Win32 roots finishes
    
    As of recently, we failed to correctly discover repositories at a
    Win32 system root. Instead of aborting the upwards-traversal of
    the file system, we were looping infinitely when traversal
    started at either a Win32 drive prefix ("C:/") or a network path
    ("//somehost").
    
    The issue has been fixed, so add a test to catch regressions.