mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
pytest: remove arbitrary assertion
This commit is contained in:
parent
37850436dd
commit
3f7b0b0832
@ -38,9 +38,6 @@ def test_list(tmpdir):
|
||||
assert len(ret.stderr) == 0
|
||||
assert "recovering from clean shutdown" in ret.stdout
|
||||
|
||||
# Totally arbitrary, feel free to update or remove after inspecting.
|
||||
assert len(ret.stdout.splitlines()) == 97
|
||||
|
||||
def test_list_inodes(tmpdir):
|
||||
dev = util.format_1g(tmpdir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user