mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-04 00:23:58 +00:00
Again, fix the test to match latest change.
This commit is contained in:
parent
151db19bf4
commit
bc6bef1eed
@ -32,7 +32,7 @@ def test_pdirs_missing(runner, yadm_cmd, paths, home):
|
||||
# run status
|
||||
run = runner(command=yadm_cmd("status"), env=env)
|
||||
assert run.success
|
||||
assert all(line.startswith("\x1b[1;32mgit ") for line in run.err.splitlines())
|
||||
assert all(line.startswith("\x1b[1;32m'git' ") for line in run.err.splitlines())
|
||||
assert "On branch master" in run.out
|
||||
|
||||
# confirm directories are created
|
||||
|
Loading…
Reference in New Issue
Block a user