summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoland Vet <RlndVt@protonmail.com>2024-02-23 07:50:18 +0100
committerRoland Vet <RlndVt@protonmail.com>2024-02-23 08:37:23 +0100
commit387e2a01ce76e99948feddc0ac307cbbb1155310 (patch)
tree22d8292070fa9e580cb28a953cfd7ecdf32e5f13 /tests
parent8a800c671e59e264f07f749017048d837f339ce1 (diff)
Test 'fix'?
Signed-off-by: Roland Vet <RlndVt@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic.py b/tests/test_basic.py
index d3937dfe..ae8b4fdb 100644
--- a/tests/test_basic.py
+++ b/tests/test_basic.py
@@ -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)