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
@@ -118,7 +118,6 @@ md5sum "$testdir/file3.chk" | _filter_scratch
echo "Check for damage"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0