From bb77b42ba80f8f3e5f8523c8bb80cb3e6ae9ca55 Mon Sep 17 00:00:00 2001 From: Yuezhang Mo Date: Wed, 28 May 2025 17:15:27 +0800 Subject: [PATCH] generic/755: add _require_hardlinks This test is used to test whether the ctime of the original file changes after deleting its hard link, which requires hardlink support, so add _require_hardlinks to check for hardlink support. Signed-off-by: Yuezhang Mo Reviewed-by: Friendy Su Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/generic/755 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/755 b/tests/generic/755 index a0c5abd4..b2fd3e58 100755 --- a/tests/generic/755 +++ b/tests/generic/755 @@ -10,6 +10,7 @@ . ./common/preamble _begin_fstest auto quick +_require_hardlinks _require_test [ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 3bc2ac2f8f0b \ "btrfs: update target inode's ctime on unlink" -- 2.39.5