generic/603: don't run on XFS v4 filesystems
[xfstests-dev.git] / tests / generic / 603
index 54deaf13492238a76f27cb682373f1f8e38fc01a..fc3df6e52a7947b613b96c5bca76e38f567effd3 100755 (executable)
@@ -149,6 +149,10 @@ test_grace()
 _supported_fs generic
 _supported_os Linux
 _require_scratch
 _supported_fs generic
 _supported_os Linux
 _require_scratch
+# xfs requires v5 format to support all three quota types at the same time
+if [ "$FSTYP" = "xfs" ]; then
+       _require_scratch_xfs_crc
+fi
 _require_setquota_project
 _require_quota
 _require_user
 _require_setquota_project
 _require_quota
 _require_user