diff mbox

[1/2] generic/244: remove extra junk

Message ID 7a066f0b-337a-8920-48d4-88b65633c5d6@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Sandeen Dec. 22, 2016, 1:23 a.m. UTC
Lots of pointless mounting & unmounting & quotaon etc,
get rid of it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/generic/244 b/tests/generic/244
index 0b50438..36c632e 100755
--- a/tests/generic/244
+++ b/tests/generic/244
@@ -54,18 +54,11 @@  _supported_os Linux
 _require_quota
 _require_scratch
 
-scratch_unmount 2>/dev/null
 _scratch_mkfs >> $seqres.full 2>&1
-_scratch_mount "-o usrquota,grpquota"
-quotacheck -u -g $SCRATCH_MNT 2>/dev/null
-quotaon $SCRATCH_MNT 2>/dev/null
-_scratch_unmount
 
 TYPES="u g"
 MOUNT_OPTIONS="-o usrquota,grpquota"
-
 _qmount
-quotaon $SCRATCH_MNT 2>/dev/null
 
 # Ok, do we even have GETNEXTQUOTA?  Querying ID 0 should work.
 $here/src/test-nextquota -i 0 -u -d $SCRATCH_DEV &> $seqres.full || \