reflink: remove redundant filesystem checks from the end of the tests

Turns out that check already runs _check_filesystems after each test,
so we don't need to do this at the end of each test.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Darrick J. Wong
2016-02-01 17:57:11 -08:00
parent 6e374f7187
commit 0a2b768cb7
51 changed files with 0 additions and 51 deletions
-1
View File
@@ -72,7 +72,6 @@ xfs_info "$SCRATCH_MNT" >> "$seqres.full"
echo "Check scratch fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0
-1
View File
@@ -142,7 +142,6 @@ _within_tolerance "free blocks after all tests" $free_blocks3 $((free_blocks0 -
echo "Check scratch fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0
-1
View File
@@ -69,7 +69,6 @@ test -s "$testdir/file2" && _fail "Should not be able to reflink a realtime file
echo "Check restored fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0
-1
View File
@@ -75,7 +75,6 @@ md5sum "$testdir/file2" | _filter_scratch
echo "Check scratch fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0
-1
View File
@@ -82,7 +82,6 @@ cmp -s "$testdir/file2" "$testdir/file2.chk" || echo "file2 and file2.chk do not
echo "Check scratch fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0