Test 'fix'?

Signed-off-by: Roland Vet <RlndVt@protonmail.com>
This commit is contained in:
Roland Vet 2024-02-23 07:50:18 +01:00
parent 8a800c671e
commit 387e2a01ce

View File

@ -63,5 +63,5 @@ def test_list_dirent(tmpdir):
# stripes_read... done
# snapshots_read... done
# u64s 8 type dirent 4096:453699834857023875:U32_MAX len 0 ver 0: lost+found -> 4097 type dir
last = ret.stdout.splitlines()[-1]
last = ret.stdout.splitlines()[0]
assert re.match(r'^.*type dirent.*: lost\+found ->.*$', last)