• Show log

    Commit

  • Hash : cb28df20
    Author : Patrick Steinhardt
    Date : 2019-06-07T14:29:47

    tests: checkout: fix symlink.git being created outside of sandbox
    
    The function `populate_symlink_workdir` creates a new
    "symlink.git" repository with a relative path "../symlink.git".
    As the current working directory is the sandbox, the new
    repository will be created just outside of the sandbox.
    
    Fix this by using `clar_sandbox_path`.