mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/096: run test only if mkfs.xfs accepts invalid inputs
Because we recently changed how mkfs behaves when it gets incorrect/invalid values, add a feature check to run this test only on older binaries, which accepts invalid sunit values. Signed-off-by: Jan Tulak <jtulak@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -105,6 +105,7 @@ _supported_fs xfs
|
||||
_supported_os IRIX Linux
|
||||
_require_scratch
|
||||
_require_v2log
|
||||
_require_xfs_mkfs_without_validation
|
||||
|
||||
# choose .out file based on internal/external log
|
||||
rm -f $seqfull.out
|
||||
|
||||
Reference in New Issue
Block a user