]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/754: add _require_symlinks
authorYuezhang Mo <Yuezhang.Mo@sony.com>
Wed, 28 May 2025 09:15:26 +0000 (17:15 +0800)
committerZorro Lang <zlang@kernel.org>
Fri, 6 Jun 2025 01:55:44 +0000 (09:55 +0800)
This test tests whether xattrs can be added to a symbolic link,
which requires symlink support, so add _require_symlinks to check
for symlink support.

Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Friendy Su <friendy.su@sony.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/754

index 7afda609f52eba285b4d4a78b60edb0f6b7a8d99..edcd1d3e4e189d3f81b0f58a91630b18c10449ee 100755 (executable)
@@ -12,6 +12,7 @@
 _begin_fstest auto
 
 _require_scratch
+_require_symlinks
 
 if [ $FSTYP = "xfs" ]; then
        _fixed_by_git_commit kernel 38de567906d95 \