mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Fixes tests which have broken since 'list' improvements
Improvements to the 'list' command broke the basic test assertion that the output should be only 2 lines. Now it's 95 lines. This PR fixes this test for now. Thank you for the great work!
This commit is contained in:
parent
21ade39653
commit
4a81dc2fa3
@ -37,7 +37,7 @@ def test_list(tmpdir):
|
||||
assert ret.returncode == 0
|
||||
assert len(ret.stderr) == 0
|
||||
assert "recovering from clean shutdown" in ret.stdout
|
||||
assert len(ret.stdout.splitlines()) == 2
|
||||
assert len(ret.stdout.splitlines()) == 95
|
||||
|
||||
def test_list_inodes(tmpdir):
|
||||
dev = util.format_1g(tmpdir)
|
||||
|
Loading…
Reference in New Issue
Block a user