From 387e2a01ce76e99948feddc0ac307cbbb1155310 Mon Sep 17 00:00:00 2001 From: Roland Vet Date: Fri, 23 Feb 2024 07:50:18 +0100 Subject: [PATCH] Test 'fix'? Signed-off-by: Roland Vet --- tests/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)