docs: fix comment
This commit is contained in:
parent
a7939bec7b
commit
85e8c1ddfc
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ def test_clone_subdirectory(runner, paths, yadm_cmd, repo_config):
|
|||
# clone should succeed, and repo should be configured properly
|
||||
assert successful_clone(run, paths, repo_config)
|
||||
|
||||
# test that the conflicts are preserved in the work tree
|
||||
# ensure that no changes found as this is a clean dotfiles clone
|
||||
run = runner(command=yadm_cmd("status", "-uno", "--porcelain"), cwd=subdir)
|
||||
assert run.success
|
||||
assert run.out == ""
|
||||
|
|
Loading…
Reference in a new issue