style: join arguments
This commit is contained in:
parent
aba434274e
commit
a7939bec7b
1 changed files with 1 additions and 2 deletions
|
@ -343,8 +343,7 @@ def test_clone_subdirectory(runner, paths, yadm_cmd, repo_config):
|
||||||
remote_url = f"file://{paths.remote}"
|
remote_url = f"file://{paths.remote}"
|
||||||
|
|
||||||
# run the clone command
|
# run the clone command
|
||||||
args = ["clone", "-w", paths.work]
|
args = ["clone", "-w", paths.work, remote_url]
|
||||||
args += [remote_url]
|
|
||||||
run = runner(command=yadm_cmd(*args), cwd=subdir)
|
run = runner(command=yadm_cmd(*args), cwd=subdir)
|
||||||
|
|
||||||
# clone should succeed, and repo should be configured properly
|
# clone should succeed, and repo should be configured properly
|
||||||
|
|
Loading…
Reference in a new issue