Put _qmount_option into common.quota for other quota tests to use.
[xfstests-dev.git] / 052
diff --git a/052 b/052
index ee96a1f4bd05796b211c1d146109424b9e3687b0..ccd3008ea4ec0036412af0b603d9b11d466b9f2d 100755 (executable)
--- a/052
+++ b/052
@@ -44,9 +44,7 @@ _require_quota
 _require_nobody
 
 # setup a default run
-if [ -z "$MOUNT_OPTIONS" ]; then
-        export MOUNT_OPTIONS="-o uquota"
-fi
+_qmount_option uquota
 
 _scratch_mkfs_xfs | _filter_mkfs 2>$tmp.mkfs
 cat $tmp.mkfs >>$seq.full