]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - tests/test_basic.py
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / tests / test_basic.py
index 6278102838bda7b32334156a22ec677a620e2f0a..a2e95c5972d919bc8cd80ed231e0ad1f6ef2f3db 100644 (file)
@@ -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)