]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs: fix incorrect fuzz test group name
authorDarrick J. Wong <djwong@kernel.org>
Fri, 17 Sep 2021 00:39:19 +0000 (17:39 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 26 Sep 2021 13:34:04 +0000 (21:34 +0800)
The group name for fuzz tests is 'fuzzers'.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/491
tests/xfs/492
tests/xfs/493

index 5c7c5d1f04548ccd7af54fdcf8078ce85c478167..7402b09a849f6ef4c1aa035986ac414e376377a2 100755 (executable)
@@ -7,7 +7,7 @@
 # Test detection & fixing of bad summary block counts at mount time.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter
index 8258e5d8bad190c626fd021cc35194facbf5bc4e..514ac1e46192bfe6e342e98199bfeff1970f7e5b 100755 (executable)
@@ -7,7 +7,7 @@
 # Test detection & fixing of bad summary inode counts at mount time.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter
index 58fd9c99d0013de1c995464bc7c317e76a3a46cd..58091ad7d1658186195992f9efcc7a96e1290900 100755 (executable)
@@ -8,7 +8,7 @@
 # Corrupt the AGFs to test mount failure when mount-fixing fails.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter