check we support quotas
authorTim Shimmin <tes@sgi.com>
Tue, 20 Sep 2005 15:32:55 +0000 (15:32 +0000)
committerTim Shimmin <tes@sgi.com>
Tue, 20 Sep 2005 15:32:55 +0000 (15:32 +0000)
Merge of master-melb:xfs-cmds:23856a by kenmcd.

  check we support quotas

116
118

diff --git a/116 b/116
index f2e68985fb537e7b16b9a6730931cb138c1909b6..610f91b925455dcc65a6e4ee7b99a2733e79f6fa 100755 (executable)
--- a/116
+++ b/116
@@ -57,6 +57,7 @@ _cleanup()
 # get standard environment, filters and checks
 . ./common.rc
 . ./common.filter
 # get standard environment, filters and checks
 . ./common.rc
 . ./common.filter
+. ./common.quota
 
 # real QA test starts here
 
 
 # real QA test starts here
 
@@ -64,6 +65,7 @@ _supported_fs xfs
 _supported_os IRIX Linux
 
 _require_scratch
 _supported_os IRIX Linux
 
 _require_scratch
+_require_quota
 
 mkfs.xfs -f $SCRATCH_DEV >/dev/null 2>&1
 mount -o uquota $SCRATCH_DEV $SCRATCH_MNT
 
 mkfs.xfs -f $SCRATCH_DEV >/dev/null 2>&1
 mount -o uquota $SCRATCH_DEV $SCRATCH_MNT
diff --git a/118 b/118
index be43ed6d7a84a84c7a8b49f3c124782f59dbe052..2e260503a90b153ba5993d5bc52a53a33f28d3e1 100755 (executable)
--- a/118
+++ b/118
@@ -57,6 +57,7 @@ _cleanup()
 # get standard environment, filters and checks
 . ./common.rc
 . ./common.filter
 # get standard environment, filters and checks
 . ./common.rc
 . ./common.filter
+. ./common.quota
 
 # real QA test starts here
 
 
 # real QA test starts here
 
@@ -65,6 +66,7 @@ _supported_fs xfs
 _supported_os IRIX Linux
 
 _require_scratch
 _supported_os IRIX Linux
 
 _require_scratch
+_require_quota
 
 _chowning_file()
 {
 
 _chowning_file()
 {