mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Merge pull request #38 from jnsaff/patch-1
Fixes tests which have broken since 'list' improvements
This commit is contained in:
commit
da730dc67c
@ -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