From d6ac854df754c4fc62062a01457d6d91aa7e2a3a Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Fri, 22 Sep 2023 09:02:49 +0900 Subject: btrfs/259: fix output's wrong word It prints "File extent layout before defrag" for the both outputs, but the latter one should be "after defrag". Signed-off-by: Naohiro Aota Reviewed-by: Filipe Manana Signed-off-by: Zorro Lang --- tests/btrfs/259 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/259 b/tests/btrfs/259 index cbbea9f5..358a4550 100755 --- a/tests/btrfs/259 +++ b/tests/btrfs/259 @@ -40,7 +40,7 @@ sync new_csum=$(_md5_checksum $SCRATCH_MNT/foobar) -echo "=== File extent layout before defrag ===" >> $seqres.full +echo "=== File extent layout after defrag ===" >> $seqres.full $XFS_IO_PROG -c "fiemap -v" "$SCRATCH_MNT/foobar" >> $seqres.full $XFS_IO_PROG -c "fiemap -v" "$SCRATCH_MNT/foobar" > $tmp.after -- cgit v1.2.3