summaryrefslogtreecommitdiff
path: root/tests/test_basic.py
diff options
context:
space:
mode:
authorKayla Fire <firestack@users.noreply.github.com>2021-10-05 11:44:57 -0400
committerKayla Fire <firestack@users.noreply.github.com>2021-10-05 11:44:57 -0400
commit3f7b0b0832a61ccaf590f3503521eb7cf8f14f64 (patch)
treecde7eaab67f54777998b96769a52a0bd8eb9275f /tests/test_basic.py
parent37850436dd7dfbe67738749c4d4a2506ffff1ec3 (diff)
pytest: remove arbitrary assertion
Diffstat (limited to 'tests/test_basic.py')
-rw-r--r--tests/test_basic.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_basic.py b/tests/test_basic.py
index 62781028..6b3e4741 100644
--- a/tests/test_basic.py
+++ b/tests/test_basic.py
@@ -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)