Skip to content
  • Brad King's avatar
    Tests: Simplify CTest.UpdateGIT repo path construction · 972849fb
    Brad King authored
    Avoid constructing full paths to .git repositories in the test.  Use
    relative paths and let Git convert them to absolute paths internally.
    This is simpler and also avoids trouble with various absolute path root
    component conventions on Windows (`c:/`, `/c/`, `/cygdrive/c/`).
    972849fb