summaryrefslogtreecommitdiff
path: root/tests/generic/687
diff options
context:
space:
mode:
authorZorro Lang <zlang@kernel.org>2022-11-09 02:32:42 +0800
committerZorro Lang <zlang@kernel.org>2022-11-23 11:55:03 +0800
commitacd67f0b2c5fe187db8540b4e65dc94ff9a939c8 (patch)
treeac546f9209a2ddf8baad58e5e19d4b1f9b6c9fc7 /tests/generic/687
parent4c02b231b514d2346ba415cf640d9dfaa3d1aae1 (diff)
fstests: update group name according to xfs_io command requirement
When a test case requires someone xfs_io command, that nearly means that case belong that kind of test group. Likes fpunch for punch group, fcollapse for collapse group, falloc for prealloc group, fzero for zero group and so on. Many fstests cases miss some test groups they should belong to, so this patch trys to supplement this lack, according to the "xxxx" which required by _require_xfs_io_command "xxxx". Reported-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Zorro Lang <zlang@kernel.org> Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Diffstat (limited to 'tests/generic/687')
-rwxr-xr-xtests/generic/6872
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/687 b/tests/generic/687
index f4a1c1bb..ff3e2fe1 100755
--- a/tests/generic/687
+++ b/tests/generic/687
@@ -7,7 +7,7 @@
# Functional test for dropping suid and sgid bits as part of a fcollapse.
#
. ./common/preamble
-_begin_fstest auto clone quick perms
+_begin_fstest auto clone quick perms collapse
# Override the default cleanup function.
_cleanup()