X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tests%2Ftest_basic.py;h=a2e95c5972d919bc8cd80ed231e0ad1f6ef2f3db;hb=HEAD;hp=6278102838bda7b32334156a22ec677a620e2f0a;hpb=5ac5084cce1deb6315e6ce87e98aebcabe8f2842;p=bcachefs-tools-debian diff --git a/tests/test_basic.py b/tests/test_basic.py index 6278102..a2e95c5 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -3,7 +3,7 @@ # Basic bcachefs functionality tests. import re -import util +from tests import util def test_help(): ret = util.run_bch(valgrind=True) @@ -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)