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@xxxxxxxxxx> --- UPDATE: Throw away all changes and replace them with a single _require_xfs_mkfs_without_validation from common/rc. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- tests/xfs/096 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/096 b/tests/xfs/096 index f949e83..64754b2 100755 --- a/tests/xfs/096 +++ b/tests/xfs/096 @@ -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 -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html