From 0e1e55d25b1551494950a1a4d6691d01fcb68672 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Fri, 14 Jul 2023 13:25:51 -0400 Subject: [PATCH] Ignore `last` flag output by filefrag. New versions of filefrag will output the presence of the `last` flag as well, but we don't care. Signed-off-by: Auke Kok --- tests/tests/data-prealloc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/data-prealloc.sh b/tests/tests/data-prealloc.sh index fdc09f8e..6c798246 100644 --- a/tests/tests/data-prealloc.sh +++ b/tests/tests/data-prealloc.sh @@ -95,7 +95,7 @@ print_logical_extents() } print $2, $6, flags } - ' + ' | sed 's/last,eof/eof/' } t_save_all_sysfs_mount_options data_prealloc_blocks