move test for xfs kernel quota into common.quota.
[xfstests-dev.git] / 050
diff --git a/050 b/050
index f0d3584b4f53865f3a66ac66174991efb55d272d..d65c7c5b81d87fcd1eb0966040375c3950b95870 100755 (executable)
--- a/050
+++ b/050
@@ -84,10 +84,7 @@ chmod a+w $seq.full  # arbitrary users will write here
 _mymount
 
 # setup exactly what it is we'll be testing
-if ! src/feature -q $SCRATCH_DEV
-then
-       _notrun "XFS quota not enabled"
-elif src/feature -u $SCRATCH_DEV
+if src/feature -u $SCRATCH_DEV
 then
        type=u ; id=`_choose_uid`; ln $seq.usrquota $seq.out
 elif src/feature -g $SCRATCH_DEV